Tweaks and panel updates
This commit is contained in:
@@ -123,3 +123,7 @@ parentPort.on("message", (data: any) => {
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
process.on("uncaughtException", (e) => {
|
||||
console.error("Uncaught error", e);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user