forked from x/ContextOS
opt some
This commit is contained in:
parent
957dd921f4
commit
6b9caa76c1
@ -23,7 +23,7 @@ func main() {
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
go ice.Run(web.SERVE, tcp.START)
|
go ice.Run(web.SERVE, tcp.START)
|
||||||
defer ice.Pulse.Cmd(ice.EXIT)
|
defer ice.Pulse.Cmd("exit")
|
||||||
time.Sleep(time.Second)
|
time.Sleep(time.Second)
|
||||||
webview.Run(func(w *webview.WebView) ice.Any { return view{w} })
|
webview.Run(func(w *webview.WebView) ice.Any { return view{w} })
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user