Skip to content

Commit

Permalink
fix: console.error changed to log.error
Browse files Browse the repository at this point in the history
  • Loading branch information
ircfspace committed Jan 4, 2025
1 parent 377e91d commit e3922d4
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 @@ -459,7 +459,7 @@ class OblivionDesktop {
const template = this.createTrayMenuTemplate();
this.state.appIcon.setContextMenu(Menu.buildFromTemplate(template));
} catch (err) {
console.error('Error updating tray menu:', err);
log.error('Error updating tray menu:', err);
}
}

Expand Down

0 comments on commit e3922d4

Please sign in to comment.