Skip to content

Commit

Permalink
fix bug that proc.SetTimeToForceQuit not working in windows (zeromicr…
Browse files Browse the repository at this point in the history
  • Loading branch information
kevwan authored Aug 4, 2021
1 parent c8428a7 commit 6793f7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/proc/shutdown+polyfill.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ func AddWrapUpListener(fn func()) func() {
return fn
}

func SetTimeoutToForceQuit(duration time.Duration) {
func SetTimeToForceQuit(duration time.Duration) {
}
2 changes: 1 addition & 1 deletion tools/goctl/goctl.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import (
)

var (
buildVersion = "1.1.9-pre"
buildVersion = "1.2.0"
commands = []cli.Command{
{
Name: "upgrade",
Expand Down

0 comments on commit 6793f7a

Please sign in to comment.