pull/3142/head
withchao 7 months ago
parent a3e41c6dff
commit 0d2a478fb2

@ -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 {

Loading…
Cancel
Save