This commit is contained in:
Timothy Jaeryang Baek 2025-01-14 16:48:44 -08:00
parent bd753e8651
commit 97bab72da8

View File

@ -18,7 +18,7 @@ import { EventEmitter } from 'events';
import * as tar from 'tar';
import log from 'electron-log';
import { app } from 'electron';
import { process, app } from 'electron';
// Create and export a global event emitter specifically for logs
export const logEmitter = new EventEmitter();