Updated to support non-Windows platforms

This commit is contained in:
2020-03-29 10:54:06 -05:00
parent ba1fb3fb6c
commit 98edd602ec

2
.vscode/launch.json vendored
View File

@ -8,7 +8,7 @@
"type": "node",
"request": "launch",
"name": "Example",
"program": "${workspaceFolder}\\example.js",
"program": "${workspaceFolder}/example.js",
"skipFiles": [
"<node_internals>/**"
]