提交 10a13ad8 编写于 作者: aaronchen2k2k's avatar aaronchen2k2k

test on windows

上级 5780195c
......@@ -191,13 +191,13 @@ func InputForScriptInterpreter(scripts []string, config *model.Config, from stri
}
deflt := commonUtils.GetFieldVal(*config, lang)
if deflt == "-" {
deflt = ""
}
if from == "run" && deflt == "-" { // ignore to set or already set when run
if from == "run" && deflt != "" { // ignore to set or already set when run
continue
}
if deflt == "-" {
deflt = ""
}
sampleOrDefaultTips := ""
if deflt == "" {
sampleOrDefaultTips = i118Utils.I118Prt.Sprintf("for_example", langUtils.LangMap[lang]["interpreter"]) + " " +
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册