Skip to content

Commit a2dc33c

Browse files
committed
fixed case of main.js file in package.json
1 parent 72f20ad commit a2dc33c

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
@@ -60,7 +60,7 @@
6060
"python"
6161
]
6262
},
63-
"program": "./out/client/debugger/main.js",
63+
"program": "./out/client/debugger/Main.js",
6464
"runtime": "node",
6565
"configurationAttributes": {
6666
"launch": {

0 commit comments

Comments
 (0)