From 6b1200097905e9f7e7068d76388ad3e08947045b Mon Sep 17 00:00:00 2001 From: Pax1601 Date: Wed, 20 Dec 2023 18:02:05 +0100 Subject: [PATCH] Removed wrong await --- client/bin/www | 3 --- 1 file changed, 3 deletions(-) diff --git a/client/bin/www b/client/bin/www index 75c4c783..dc3cad2e 100644 --- a/client/bin/www +++ b/client/bin/www @@ -26,9 +26,6 @@ if (fs.existsSync(args["config"])) { clientPort = json["client"]["port"]; } else { console.log("Failed to read config, aborting!"); - - /* Wait a bit before closing the window */ - await new Promise(resolve => setTimeout(resolve, 3000)); return; }