Skip to content

Commit

Permalink
chore: add electron.logger
Browse files Browse the repository at this point in the history
  • Loading branch information
truemiller committed Sep 19, 2024
1 parent bfc6001 commit e2d83e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electron/components/PearlTray.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ class PearlTray extends Electron.Tray {
break;
}
default: {
console.error('Unknown tray icon status:', status);
logger.electron('Unknown tray icon status:', status);
}
}
});
Expand Down

0 comments on commit e2d83e7

Please sign in to comment.