-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
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
Incopatibile with --enable-source-maps node 12 option #36
Comments
The Node.js allows you to hook in with I would suggest raising the bug on Node.js based on this. |
Here is a simplified example of the underlying issue:
|
Keeping open for visibility |
Fixed in node v13.6.0 @dougwilson Thanks for reporting to nodejs |
Cum debita reverentia |
Works also meanwhile with recent node v12.x versions (>= v12.16.x). |
Try:
node -e "require('depd')('x')()" --enable-source-maps
It catch:
The text was updated successfully, but these errors were encountered: