devhub icon indicating copy to clipboard operation
devhub copied to clipboard

Uncaught Exception: TypeError: Cannot read property 'x' of undefined

Open AndreTheHunter opened this issue 2 years ago • 1 comments

On startup I get the following error:

Uncaught Exception:
TypeError: Cannot read property 'x' of undefined
at getBrowserWindowOptions (/Applications/DevHub.app/Contents/Resources/app.asar/dist/window.js:171:39)
at createWindow (/Applications/DevHub.app/Contents/Resources/app.asar/dist/window.js:67:46)
at Object.updateOrRecreateWindow (/Applications/DevHub.app/Contents/Resources/app.asar/dist/window.js:210:22)
at App.<anonymous> (/Applications/DevHub.app/Contents/Resources/app.asar/dist/index.js:113:16)
at App.emit (events.js:315:20)

Screen Shot 2022-04-11 at 10 02 29

The app seems to continue loading fine...

On MacOS Monterey 12.3 on MacBook Pro (16-inch, 2021)

AndreTheHunter avatar Apr 11 '22 00:04 AndreTheHunter