Skip to content

Commit

Permalink
fix: renderer logging
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-segning committed Jul 26, 2024
1 parent b20cb68 commit e764174
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/shared/logging.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export async function setupLogging() {
const log = await import('electron-log/renderer');
console.log({ log });
console.log = log.log;
console.debug = log.debug;
console.error = log.error;
Expand Down

0 comments on commit e764174

Please sign in to comment.