Skip to content

Commit a8a2af8

Browse files
committed
Update logger.ts
1 parent eefc12c commit a8a2af8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/twig/src/main/lib/logger.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { app } from "electron";
22
import log from "electron-log/main";
33

4-
// Initialize electron-log. Don't enable spyRendererConsole it creates duplicate
4+
// Initialize electron-log. Don't enable spyRendererConsole - it creates duplicate
55
// log lines because renderer logs already reach main via the IPC transport.
66
log.initialize();
77

0 commit comments

Comments
 (0)