mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Code style on unary ops
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user