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

test: fix and improve debug-break-on-uncaught #10370

Commits on Dec 21, 2016

  1. test: fix and improve debug-break-on-uncaught

    This test runs based on a expectation that the stderr will get the
    string 'Debugger listening on port'. But the actual message printed
    to stderr has changed to 'Debugger listening on host:port'. So the
    the actuals tests did not even start and eventually timeout.
    
    Apart from that, changed `var`s to `let`s or `const`s.
    
    Refer: nodejs#10361
    thefourtheye committed Dec 21, 2016
    Configuration menu
    Copy the full SHA
    0010e62 View commit details
    Browse the repository at this point in the history