From f8677670efbe24bbc69343495342a18d6bfe93c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8D=89=E9=9E=8B=E6=B2=A1=E5=8F=B7?= <308487730@qq.com> Date: Tue, 7 Jun 2022 07:23:08 +0800 Subject: [PATCH] fix: `index.cjs` -> `index.js` --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 15a1e53..5a3faef 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -30,7 +30,7 @@ }, "runtimeArgs": [ "--remote-debugging-port=9229", - "${workspaceRoot}/dist/electron/main/index.cjs" + "${workspaceRoot}/dist/electron/main/index.js" ], "envFile": "${workspaceFolder}/.vscode/.debug.env" },