From 08b5c64b3cbac8bba5dd1f9ccb57006be55839a2 Mon Sep 17 00:00:00 2001 From: Rizky Date: Thu, 15 Aug 2024 21:15:19 +0700 Subject: [PATCH] fix --- pkgs/prod.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/prod.ts b/pkgs/prod.ts index 317e46a..cdca601 100644 --- a/pkgs/prod.ts +++ b/pkgs/prod.ts @@ -58,3 +58,4 @@ const startMain = () => { return worker; }; main.process = startMain(); +setTimeout(() => new Promise(() => 0), 0); \ No newline at end of file