Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit c3d35da

Browse files
author
David R. Williamson
authored
Merge pull request #37 from kartben/patch-1
Make 'program' path universal and not Win-only
2 parents b013aed + e301576 commit c3d35da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.vscode/launch.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"type": "node",
99
"request": "launch",
1010
"name": "Launch Program",
11-
"program": "${workspaceFolder}\\server.js",
11+
"program": "${workspaceFolder}/server.js",
1212
"protocol": "inspector",
1313
"smartStep": true,
1414
"showAsyncStacks": true,
@@ -20,4 +20,4 @@
2020
}
2121
}
2222
]
23-
}
23+
}

0 commit comments

Comments
 (0)