-
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: use ES6 in test-debugger-client.js #10183
Conversation
implements ES6 const and let instead var in test-debugger-client.js
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM if CI is happy.
@benjamingr looks like the CI didn't start .. |
Hmm @nodejs/build what did I do wrong?
…On Mon, Dec 12, 2016 at 4:18 PM, Adrián Estrada ***@***.***> wrote:
@benjamingr <https://github.com/benjamingr> looks like the CI didn't
start ..
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#10183 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABQSzbXuRl1MAODtYwsqxUwJTiF4ENSqks5rHVe8gaJpZM4LIGtF>
.
|
The CI is green, for some reason, Github does not show the output on this one. |
It's just that POST_STATUS_TO_PR hasn't been checked |
Landed 5607228 Thanks for the contribution Adrian. |
implements ES6 const and let instead var in test-debugger-client.js PR-URL: #10183 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Italo A. Casas <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]>
implements ES6 const and let instead var in test-debugger-client.js PR-URL: #10183 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Italo A. Casas <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]>
This is not landing cleanly on |
Checklist
make -j8 test
(UNIX), orvcbuild test nosign
(Windows) passesAffected core subsystem(s)
test
Description of change
implements ES6 const and let instead of var in test-debugger-client.js