Skip to content
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

Node 12: node --debug and node --debug-brk are invalid. Please use node --inspect and node --inspect-brk instead. #67

Open
BobbyBakes opened this issue Jul 29, 2020 · 1 comment

Comments

@BobbyBakes
Copy link

BobbyBakes commented Jul 29, 2020

When used with node 12. deprecated options are used when debugging

@BobbyBakes
Copy link
Author

Looks like we would just need to update

(node-command (concat mocha-which-node (if debug (concat " --debug=" mocha-debug-port) "")))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant