diff --git a/core/test.go b/core/test.go index 963e1be..7d1dabc 100644 --- a/core/test.go +++ b/core/test.go @@ -52,7 +52,7 @@ func initSys() { } } } - if !need { + if !update { return name() + "没有更新。" } s.Reply(name() + "正在编译程序。")