From 927def020baf544a23140ba8cfa53dcef9f23aa8 Mon Sep 17 00:00:00 2001 From: 0neGal Date: Sat, 8 Jan 2022 14:31:37 +0100 Subject: removed extra "})" No clue why this is a here, or how it came to be. --- src/utils.js | 3 +-- 1 file changed, 1 insertion(+), 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(); - }); - }); + }) }) }) } -- cgit v1.2.3