fix bug that proc.SetTimeToForceQuit not working in windows (#869)

This commit is contained in:
Kevin Wan
2021-08-04 11:31:33 +08:00
committed by GitHub
parent c8428a7f65
commit 6793f7a1de
2 changed files with 2 additions and 2 deletions

View File

@@ -14,5 +14,5 @@ func AddWrapUpListener(fn func()) func() {
return fn
}
func SetTimeoutToForceQuit(duration time.Duration) {
func SetTimeToForceQuit(duration time.Duration) {
}

View File

@@ -32,7 +32,7 @@ import (
)
var (
buildVersion = "1.1.9-pre"
buildVersion = "1.2.0"
commands = []cli.Command{
{
Name: "upgrade",