Skip to content

Commit ae1adde

Browse files
committed
Fix debugServer.js path
This fixes renaming a path missed in c068db8
1 parent b7a3056 commit ae1adde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@
183183
{
184184
"type": "ev3devBrowser",
185185
"label": "ev3dev",
186-
"program": "./out/native-helper/debugServer.js",
186+
"program": "./out/debugServer.js",
187187
"runtime": "node",
188188
"configurationAttributes": {
189189
"launch": {

0 commit comments

Comments
 (0)