From 37c5d78ac2a9bd550894607a4ceaa9fefe1eeedf Mon Sep 17 00:00:00 2001 From: Shalitha Suranga Date: Thu, 18 Jan 2024 00:37:37 +0530 Subject: [PATCH] Update frontendlib.js --- src/modules/frontendlib.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/frontendlib.js b/src/modules/frontendlib.js index cd8bfd9..80be49d 100644 --- a/src/modules/frontendlib.js +++ b/src/modules/frontendlib.js @@ -127,7 +127,7 @@ module.exports.waitForFrontendLibApp = async () => { }, 500); try { - await tpu.waitUntilUsedOnHost(port, "localhost", 200, 10000); + await tpu.waitUntilUsedOnHost(port, 'localhost', 200, 10000); } catch(e) { utils.error(`Timeout exceeded while waiting till local TCP port: ${port}`);