mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-19 22:24:11 +00:00
fix: sentry hangs node process
This commit is contained in:
@@ -178,11 +178,11 @@ app.whenReady().then(() => {
|
||||
}
|
||||
})
|
||||
.catch((error) => {
|
||||
dialog.showErrorBox('Ontime failed to reach server', error);
|
||||
console.log('ERROR: Ontime failed to reach server', error);
|
||||
});
|
||||
})
|
||||
.catch((error) => {
|
||||
dialog.showErrorBox('Ontime failed to start', error);
|
||||
console.log('ERROR: Ontime failed to start', error);
|
||||
});
|
||||
|
||||
// recreate window if no others open
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
"license": "AGPL-3.0-only",
|
||||
"main": "main.js",
|
||||
"devDependencies": {
|
||||
"electron": "^21.1.0",
|
||||
"electron": "^22.3.5",
|
||||
"electron-builder": "^23.6.0",
|
||||
"eslint": "^8.31.0",
|
||||
"eslint-config-prettier": "^8.6.0",
|
||||
|
||||
Reference in New Issue
Block a user