Tweaks and panel updates

This commit is contained in:
Zef Hemel
2022-05-11 20:10:45 +02:00
parent 4518476c77
commit 8c974161c3
7 changed files with 40 additions and 10 deletions
@@ -123,3 +123,7 @@ parentPort.on("message", (data: any) => {
}
});
});
process.on("uncaughtException", (e) => {
console.error("Uncaught error", e);
});