refactor: remove dead exports, unused params, and stale config
This commit is contained in:
+1
-1
@@ -67,7 +67,7 @@ function makeLogger(getStream: () => WriteStream) {
|
||||
|
||||
export const electronLog = makeLogger(() => electronStream);
|
||||
|
||||
export function getLogPath(_type: 'electron'): string {
|
||||
export function getLogPath(): string {
|
||||
init();
|
||||
return electronPath;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user