From b539ac6335ac156ab244c986ef44c9feb2bd0603 Mon Sep 17 00:00:00 2001 From: MiguelPedrosa Date: Wed, 19 Dec 2018 20:57:27 +0000 Subject: [PATCH] Fixed windows debug path --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index a742a59e..9d1cc4ec 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -17,7 +17,7 @@ "${workspaceFolder}/index.js" ], "windows": { - "runtimeExecutable": "${workspaceFolder}/node_modeules/.bin/electron.cmd" + "runtimeExecutable": "${workspaceFolder}/node_modules/.bin/electron.cmd" } }, {