Skip to content

Commit

Permalink
fix: swap deprecated catchErrors for new api
Browse files Browse the repository at this point in the history
  • Loading branch information
NikhilNarayana committed Sep 16, 2024
1 parent cd011c1 commit ac5941a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ let mainWindow: BrowserWindow | null = null;
let didFinishLoad = false;

log.initialize();
log.catchErrors();
log.errorHandler.startCatching();
log.transports.file.level = isDevelopment ? "info" : "warn";

// Only allow a single Slippi App instance
Expand Down

0 comments on commit ac5941a

Please sign in to comment.