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
Setting debug to false in order to prevent the dev tools window from popping up results in getting a blank page.
Is there a way to disable the dev tools window popping up?
I am also getting the following errors upon start in the console:
(node:517563) UnhandledPromiseRejectionWarning: Error: An object could not be cloned.
at EventEmitter.t.ipcRendererInternal.send (node:electron/js2c/renderer_init:85:328)
at EventEmitter.<anonymous> (node:electron/js2c/renderer_init:81:357)
(Use `electron --trace-warnings ...` to show where the warning was created)
(node:517563) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
The text was updated successfully, but these errors were encountered:
Setting debug to false in order to prevent the dev tools window from popping up results in getting a blank page.
Is there a way to disable the dev tools window popping up?
I am also getting the following errors upon start in the console:
The text was updated successfully, but these errors were encountered: