You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It works fine if I run it like bun run webview.ts (except I get a benign error when the script finishes running, [1225/224708.165:ERROR:window_impl.cc(121)] Failed to unregister class Chrome_WidgetWin_0. Error = 1411).
If instead I add a package.json script: "webview": "bun run webview.ts" and run bun webview, the script gets stuck when trying to spawn the webview, with no error message. If I Ctrl-C to stop it, I see the same benign error as before.
My OS is Windows 11.
The text was updated successfully, but these errors were encountered:
I have a minimal Bun script like this:
It works fine if I run it like
bun run webview.ts
(except I get a benign error when the script finishes running,[1225/224708.165:ERROR:window_impl.cc(121)] Failed to unregister class Chrome_WidgetWin_0. Error = 1411
).If instead I add a package.json script:
"webview": "bun run webview.ts"
and runbun webview
, the script gets stuck when trying to spawn the webview, with no error message. If I Ctrl-C to stop it, I see the same benign error as before.My OS is Windows 11.
The text was updated successfully, but these errors were encountered: