From 3dc434a6acf895a16dc7cd1d8d10bb75bb1e0fbc Mon Sep 17 00:00:00 2001 From: FatttSnake Date: Tue, 21 May 2024 16:01:40 +0800 Subject: [PATCH] Refactor(Compiler): Fix the bug that unable to initialize compiler --- src/main/index.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/index.ts b/src/main/index.ts index 4d3f720..ff80db5 100644 --- a/src/main/index.ts +++ b/src/main/index.ts @@ -56,7 +56,8 @@ protocol.registerSchemesAsPrivileged([ scheme: 'local', privileges: { standard: true, - secure: true + secure: true, + supportFetchAPI: true } } ])