From a746e003799af4e4bda2671d96fc395778e79e98 Mon Sep 17 00:00:00 2001 From: bruce-one Date: Tue, 20 Dec 2022 01:15:24 +1100 Subject: [PATCH] fix: node v18.12 startup (#1026) Fixes https://github.com/nexe/nexe/issues/1019 --- src/patches/third-party-main.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/patches/third-party-main.ts b/src/patches/third-party-main.ts index 32c4bb5..3e88023 100644 --- a/src/patches/third-party-main.ts +++ b/src/patches/third-party-main.ts @@ -29,6 +29,8 @@ export default async function main(compiler: NexeCompiler, next: () => Promise