mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-20 14:39:06 +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
|
||||
|
||||
Reference in New Issue
Block a user