Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
KyzaGitHub committed Jul 24, 2019
1 parent d6942d0 commit 4a1527c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ function downloadInstallNewVersion(versionID) {
progressWin.close();

// Try opening the file 4 times over 10 seconds.
// If it can't the error is most likely not a locked file.
// If it can't, then the error is most likely not a locked file.
openFile(filePath, 2500, 4);
}, 5000);
});
Expand Down

0 comments on commit 4a1527c

Please sign in to comment.