提交 0acae27f 编写于 作者: martianzhang's avatar martianzhang

verbose mode add -only-syntax-check sucess info

上级 58647e96
......@@ -424,4 +424,9 @@ func main() {
}
return
}
// syntax check verbose mode, add output for success!
if common.Config.OnlySyntaxCheck && common.Config.Verbose {
fmt.Println("Syntax check OK!")
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册