Uh oh!
There was an error while loading. Please reload this page.
lib: chenged anonymous function to arrow function - #24589
Closed
taishikato wants to merge 1 commit into
Closed
Conversation
taishikatoforce-pushed
the
fix-http-clinet-arror-method
branch
from
November 24, 2018 07:12
5ee7dbd to
a90b1d1Comparegireeshpunathil
approved these changes
Nov 24, 2018
ronkorving
commented
Nov 24, 2018
Contributor
大丈夫そうですが、GitHub descriptionによると2つのfunctionをアローにしましたが、diffを見るなら1つしかないです。その1つは良さそうと思います。 |
ContributorAuthor
@ronkorving 最初は2つ修正したのですが、適切ではなかったため最終的に1つだけにしました |
Leko
approved these changes
Nov 24, 2018
gireeshpunathil
commented
Nov 24, 2018
Member
cjihrig
approved these changes
Nov 24, 2018
Trott
commented
Nov 24, 2018
Member
Whoever lands this should fix up the commit message ( |
Trott
approved these changes
Nov 24, 2018
gireeshpunathil
commented
Nov 26, 2018
Member
landed as 39d25eb thank you @taishikato for the contribution! Wish you great success with continued contribution to this project, if you are further interested please have a look at https://www.nodetodo.org/next-steps |
gireeshpunathil pushed a commit
that referenced
this pull request
Nov 26, 2018
PR-URL: #24589 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Shingo Inoue <leko.noor@gmail.com>
targos pushed a commit
that referenced
this pull request
Nov 27, 2018
PR-URL: #24589 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Shingo Inoue <leko.noor@gmail.com>
rvagg pushed a commit
that referenced
this pull request
Nov 28, 2018
PR-URL: #24589 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Shingo Inoue <leko.noor@gmail.com>
This was referenced Dec 7, 2018
refack pushed a commit
to refack/node
that referenced
this pull request
Jan 14, 2019
PR-URL: nodejs#24589 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Shingo Inoue <leko.noor@gmail.com>
BethGriggs pushed a commit
that referenced
this pull request
Feb 11, 2019
PR-URL: #24589 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Shingo Inoue <leko.noor@gmail.com>
Merged
rvagg pushed a commit
that referenced
this pull request
Feb 28, 2019
PR-URL: #24589 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Shingo Inoue <leko.noor@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I changed 2 anonymous functions to arrow functions.
Checklist