upgraded electron

This commit is contained in:
Jan Prochazka
2021-12-26 14:43:05 +01:00
parent 1fcd13e9ff
commit b323f9c322
3 changed files with 8 additions and 7 deletions

View File

@@ -270,6 +270,7 @@ function start() {
try {
await handleMessage(message);
} catch (e) {
console.error('Error in DB connection', e);
process.send({ msgtype: 'error', error: e.message });
}
});