fix: sentry hangs node process

This commit is contained in:
cv
2023-04-09 19:54:19 +02:00
parent d59c92219f
commit 3df17d172f
5 changed files with 195 additions and 563 deletions
+2 -2
View File
@@ -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