aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author0neGal <mail@0negal.com>2022-01-08 14:31:37 +0100
committer0neGal <mail@0negal.com>2022-01-08 14:31:50 +0100
commit927def020baf544a23140ba8cfa53dcef9f23aa8 (patch)
treecd481bc587f5cd2c5feb7da6866b169a4d95c2ec
parentc112a5b2d51f5cce5b2209bc2abfc8f942c96552 (diff)
downloadViper-927def020baf544a23140ba8cfa53dcef9f23aa8.tar.gz
Viper-927def020baf544a23140ba8cfa53dcef9f23aa8.zip
removed extra "})"
No clue why this is a here, or how it came to be.
-rw-r--r--src/utils.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/utils.js b/src/utils.js
index 9243546..18c52da 100644
--- a/src/utils.js
+++ b/src/utils.js
@@ -134,8 +134,7 @@ async function update() {
winLog(lang("gui.update.finished"));
console.log(lang("cli.update.finished"));
cli.exit();
- });
- });
+ })
})
})
}