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

Commit

Permalink
Merge pull request #37 from kartben/patch-1
Browse files Browse the repository at this point in the history
Make 'program' path universal and not Win-only
  • Loading branch information
David R. Williamson authored Mar 19, 2020
2 parents b013aed + e301576 commit c3d35da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"type": "node",
"request": "launch",
"name": "Launch Program",
"program": "${workspaceFolder}\\server.js",
"program": "${workspaceFolder}/server.js",
"protocol": "inspector",
"smartStep": true,
"showAsyncStacks": true,
Expand All @@ -20,4 +20,4 @@
}
}
]
}
}

0 comments on commit c3d35da

Please sign in to comment.