mirror of
https://github.com/ztjhz/BetterChatGPT.git
synced 2023-07-20 23:11:29 +03:00
Fixes #277 * fixed crash on attempting to open new instance, required refactoring BrowserWindow to global Uncaught Exception: ReferenceError: win is not defined at click (C:\Users\jacks\AppData\Local\Programs\better-chatgpt\resources\app.asar\electron\index.cjs:53:9) at MenuItem.click (node:electron/js2c/browser_init:2:30166) at a._executeCommand (node:electron/js2c/browser_init:2:35562) * fixed crash on attempting to open new instance, required refactoring BrowserWindow to global Uncaught Exception: ReferenceError: win is not defined at click (C:\Users\jacks\AppData\Local\Programs\better-chatgpt\resources\app.asar\electron\index.cjs:53:9) at MenuItem.click (node:electron/js2c/browser_init:2:30166) at a._executeCommand (node:electron/js2c/browser_init:2:35562) * fixed Electron process not closing on crash previously left the process still existing on crash (only viewable in task manager). error behavior is the same as it was before, just now must be explicitly defined.