aboutsummaryrefslogtreecommitdiff
path: root/commands
diff options
context:
space:
mode:
Diffstat (limited to 'commands')
-rw-r--r--commands/upgrade.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/upgrade.js b/commands/upgrade.js
index 18e5adc..c6ebbec 100644
--- a/commands/upgrade.js
+++ b/commands/upgrade.js
@@ -42,7 +42,7 @@ module.exports = async (argv) => {
}
if (pack.version !== version) {
- let affected = true;
+ affected = true;
if (os.platform() === "win32" && pkg.platforms.windows === 0) {
console.log(c.yellow("warn: ") + "package '" + pack.id + "' not available on platform 'win32' anymore");