| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| if (actual !== expected) { | ||
| failures.push('Iteration ' + i + ' variable: ' + v['name'] + | ||
| ' expected: ' + expected + ' actual: ' + actual); | ||
| failures.push(`Iteration ${i} variable: ${v['name']} expected: ${expected} actual: ${actual}`); |
There was a problem hiding this comment.
Please wrap lines at 80 characters.
Sorry, something went wrong.
There was a problem hiding this comment.
I will fix this while landing.
Sorry, something went wrong.
| if (actual !== expected) { | ||
| failures.push('Iteration ' + i + ' variable: ' + v['name'] + | ||
| ' expected: ' + expected + ' actual: ' + actual); | ||
| failures.push(`Iteration ${i} variable: ${v['name']} expected: ${expected} actual: ${actual}`); |
There was a problem hiding this comment.
I will fix this while landing.
Sorry, something went wrong.
PR-URL: #15885 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
|
Landed in 506a5f7 Thanks for the PR, and congratulations on becoming a Node.js Contributor 🎉 ! |
Sorry, something went wrong.
|
@GitHubTracey you might want to go to 506a5f7 and click the ❔ so that GitHub will know it's yours |
Sorry, something went wrong.
PR-URL: #15885 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
PR-URL: nodejs/node#15885 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
|
Thanks, Refael! I have been away from my computer since the event. I
appreciate the direction! Also, thank-you to Ruben for fixing the
line-wrap. When I first committed, I had thought about that, but since we
were trying to get rid of the string concat, I figured I shouldn't do that.
It is understandable though.
Thanks to all of those at the event! it was amazing!
…On Mon, Oct 9, 2017 at 8:29 AM, Refael Ackermann ***@***.***> wrote:
@GitHubTracey <https://github.com/githubtracey> you might want to go to
506a5f7
<506a5f7>
and click the ❔ so that GitHub will know it's yours
[image: image]
<https://user-images.githubusercontent.com/96947/31345742-b80a450a-ace4-11e7-95ce-6c781e279e0e.png>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#15885 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ATBGPpyz5YuUujUPjxtHYIoEBGkBqsS4ks5sqjvpgaJpZM4PwxuH>
.
|
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
replaced string concatenation with template literals
Checklist
Affected core subsystem(s)
test