1
0
forked from x/ContextOS
This commit is contained in:
harveyshao 2022-11-10 23:22:31 +08:00
parent 957dd921f4
commit 6b9caa76c1

View File

@ -23,7 +23,7 @@ func main() {
}
} else {
go ice.Run(web.SERVE, tcp.START)
defer ice.Pulse.Cmd(ice.EXIT)
defer ice.Pulse.Cmd("exit")
time.Sleep(time.Second)
webview.Run(func(w *webview.WebView) ice.Any { return view{w} })
}