Skip to content

Commit

Permalink
error > info
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex313031 committed Sep 23, 2023
1 parent 3523acf commit 5af2fc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ async function createWindow () {
store.set('options.windowDetails', {
position: mainWindow.getPosition()
});
electronLog.error('Saved windowDetails.');
electronLog.info('Saved windowDetails.');
} else {
electronLog.error('Error: mainWindow was not defined while trying to save windowDetails.');
return;
Expand Down

0 comments on commit 5af2fc5

Please sign in to comment.