Skip to content

Commit

Permalink
fix: remove log method
Browse files Browse the repository at this point in the history
  • Loading branch information
angrybayblade committed May 31, 2024
1 parent f57b891 commit a34b1f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electron/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ function versionBumpRequired() {
}

function removeLogFile() {
if (fs.existsSync()) {
if (fs.existsSync(LogFile)) {
fs.rmSync(LogFile);
}
}
Expand Down

0 comments on commit a34b1f1

Please sign in to comment.