We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrapping node in another process makes the javascript debugger to search sourcemaps from the host filesystem instead of from inside WSL.
Running node topmost:
Wrapping node with another node:
Version: 1.65.0-insider (user setup) Commit: 52e65499654de7525e30df3a8228b69320796bf5 Date: 2022-02-16T05:16:18.653Z Electron: 16.0.9 Chromium: 96.0.4664.174 Node.js: 16.9.1 V8: 9.6.180.23-electron.0 OS: Windows_NT x64 10.0.19043
Steps to Reproduce:
src/yo.ts
yarn yarn compile # Works node dist/yo.js # Doesn't work node wrapped-node.js # Doesn't work yarn node dist/yo.js
The text was updated successfully, but these errors were encountered:
@connor4312 any thoughts?
Sorry, something went wrong.
Thanks for the nice repro!
766b04b
Thanks!
/verified
connor4312
No branches or pull requests
Wrapping node in another process makes the javascript debugger to search sourcemaps from the host filesystem instead of from inside WSL.
Running node topmost:
Wrapping node with another node:
Steps to Reproduce:
src/yo.ts
The text was updated successfully, but these errors were encountered: