We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eefc12c commit a8a2af8Copy full SHA for a8a2af8
1 file changed
apps/twig/src/main/lib/logger.ts
@@ -1,7 +1,7 @@
1
import { app } from "electron";
2
import log from "electron-log/main";
3
4
-// Initialize electron-log. Don't enable spyRendererConsole — it creates duplicate
+// Initialize electron-log. Don't enable spyRendererConsole - it creates duplicate
5
// log lines because renderer logs already reach main via the IPC transport.
6
log.initialize();
7
0 commit comments