diff --git a/src/webview.go b/src/webview.go index 7fead786..a170aece 100644 --- a/src/webview.go +++ b/src/webview.go @@ -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} }) }