diff --git a/ui/app/os_js.go b/ui/app/os_js.go index c5e4c28e..17962edd 100644 --- a/ui/app/os_js.go +++ b/ui/app/os_js.go @@ -35,7 +35,7 @@ func createWindow(win *Window, opts *WindowOptions) error { doc := js.Global().Get("document") parent := doc.Call("getElementById", "giowindow") if parent == js.Null() { - return errors.New("app: #giowindow not found found") + return errors.New("app: #giowindow not found") } cnv := createCanvas(doc) parent.Call("appendChild", cnv)