Fix electron-log setup

This commit is contained in:
Will Chen
2025-04-21 14:41:56 -07:00
parent 87ff4ee870
commit 8373e20ded

View File

@@ -9,7 +9,7 @@ import log from "electron-log";
log.errorHandler.startCatching();
log.eventLogger.startLogging();
log.log("HELLO WORLD");
log.scope.labelPadding = false;
updateElectronApp(); // additional configuration options available