Skip to content

Commit b539ac6

Browse files
committed
Fixed windows debug path
1 parent 830ade9 commit b539ac6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"${workspaceFolder}/index.js"
1818
],
1919
"windows": {
20-
"runtimeExecutable": "${workspaceFolder}/node_modeules/.bin/electron.cmd"
20+
"runtimeExecutable": "${workspaceFolder}/node_modules/.bin/electron.cmd"
2121
}
2222
},
2323
{

0 commit comments

Comments
 (0)