diff --git a/tools/updater.js b/tools/updater.js index cc8cdb2989..e2379dec8b 100644 --- a/tools/updater.js +++ b/tools/updater.js @@ -27,7 +27,7 @@ exports.tryToDownloadUpdate = function (options) { if (checkInProgress) return; checkInProgress = true; - checkForUpdate(!!options.showBanner, !!options.printErrors); + checkForUpdate(!! options.showBanner, !! options.printErrors); checkInProgress = false; };