From 8373e20dedc3cb085ce2177d3a31413c248fb641 Mon Sep 17 00:00:00 2001 From: Will Chen Date: Mon, 21 Apr 2025 14:41:56 -0700 Subject: [PATCH] Fix electron-log setup --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index d09aad7..6993a99 100644 --- a/src/main.ts +++ b/src/main.ts @@ -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