Skip to content

Commit

Permalink
refactor: change first run error log level
Browse files Browse the repository at this point in the history
  • Loading branch information
setchy committed Jul 23, 2024
1 parent ab2f7f7 commit e459c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/electron/first-run.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function isFirstRun() {

fs.writeFileSync(configPath, '');
} catch (error) {
log.warn('First run: Unable to write firstRun file', error);
log.error('First run: Unable to write firstRun file', error);
}

return true;
Expand Down

0 comments on commit e459c02

Please sign in to comment.