-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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: change promise to async/await in test-debugger-help.mjs #44686
test: change promise to async/await in test-debugger-help.mjs #44686
Conversation
Welcome @chanduMe and thanks for the pull request. Can you please update the commit message to conform with our requirements? The first line needs to be 5 characters shorter so may this?:
|
2ea966c
to
8dab888
Compare
I'm not sure why the macOS test system keeps failing on Jenkins, but I'm going to rebase and force-push in the hope that there's a fix in the code base somewhere that we just need to include here. |
8dab888
to
e3118ea
Compare
sequential/test-watch-mode-inspect failed. It's not as obvious in Jenkins anymore because the Node.js tap runner means we end up with tap embedded within tap which requires fixes in https://github.com/nodejs/tap2junit -- I'm waiting for a new version to be released (nodejs/tap2junit#41) so I can (easily) deploy the update onto the test infrastructure. |
Landed in e236af8 |
Thanks for the contribution! 🎉 |
PR-URL: #44686 Reviewed-By: Rich Trott <[email protected]>
Changes: