diff options
author | 0neGal <mail@0negal.com> | 2022-01-08 14:31:37 +0100 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2022-01-08 14:31:50 +0100 |
commit | 927def020baf544a23140ba8cfa53dcef9f23aa8 (patch) | |
tree | cd481bc587f5cd2c5feb7da6866b169a4d95c2ec | |
parent | c112a5b2d51f5cce5b2209bc2abfc8f942c96552 (diff) | |
download | Viper-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.js | 3 |
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(); - }); - }); + }) }) }) } |