Skip to content

Commit

Permalink
fix: 增加更新完成提示,增加显示时间
Browse files Browse the repository at this point in the history
  • Loading branch information
hamster1963 committed Jul 11, 2023
1 parent dfd157d commit e058e10
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ func main() {
glog.Warning(ctx, "启动speed_cron失败,原因:", err.Error())
}
glog.Debug(ctx, "启动speed_cron结果:", string(startOut))
glog.Info(ctx, "更新完成...程序会在5s后自动关闭...")
time.Sleep(5 * time.Second)
}

}
Expand Down

0 comments on commit e058e10

Please sign in to comment.