Skip to content

Commit

Permalink
Minor log change
Browse files Browse the repository at this point in the history
  • Loading branch information
dtcooper committed Jan 19, 2025
1 parent 55a6879 commit a5c69bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ if (squirrelCheck || !singleInstanceLock) {
if (err) {
console.error("An error occurred:", err)
} else {
console.log(`Archived previous log file: ${file}`)
console.log(`Archived previous log file: ${file} => ${file}.gz`)
}
fs.rm(fileToRemove, { force: true }, (err) => {
if (err) {
Expand Down

0 comments on commit a5c69bf

Please sign in to comment.