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

master
Kevin Wan 3 years ago committed by GitHub
parent c8428a7f65
commit 6793f7a1de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

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

Loading…
Cancel
Save