diff --git a/node-express-javascript/.vscode/launch.json b/node-express-javascript/.vscode/launch.json index f64ff17..e7059ca 100644 --- a/node-express-javascript/.vscode/launch.json +++ b/node-express-javascript/.vscode/launch.json @@ -8,7 +8,7 @@ "type": "node", "request": "launch", "name": "Launch Program", - "program": "${workspaceRoot}\\bin\\www" + "program": "${workspaceRoot}/bin/www" }, { "type": "node", @@ -33,4 +33,4 @@ "internalConsoleOptions": "openOnSessionStart" } ] -} \ No newline at end of file +}