This commit is contained in:
withchao 2025-02-13 16:59:51 +08:00
parent a3e41c6dff
commit 0d2a478fb2

View File

@ -73,10 +73,10 @@ func main() {
putCmd(cmd, true, cron.Start)
ctx := context.Background()
if err := cmd.run(ctx); err != nil {
fmt.Println(err)
_, _ = fmt.Fprintf(os.Stderr, "server exit %s", err)
os.Exit(1)
return
}
fmt.Println("exit")
}
func newCmds(confPath string) *cmds {