From 72aa835e170f5dfa5fb7b78d50a5d097ea194ef6 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 3 Feb 2021 11:44:43 +0100 Subject: Upgrade client dependencies --- client/src/root-helpers/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/root-helpers/utils.ts') diff --git a/client/src/root-helpers/utils.ts b/client/src/root-helpers/utils.ts index e32187ddb..06591b95e 100644 --- a/client/src/root-helpers/utils.ts +++ b/client/src/root-helpers/utils.ts @@ -57,7 +57,7 @@ function importModule (path: string) { } function wait (ms: number) { - return new Promise(res => { + return new Promise(res => { setTimeout(() => res(), ms) }) } -- cgit v1.2.3