-
-
Notifications
You must be signed in to change notification settings - Fork 957
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
Add protocol to error messages #249
Labels
Comments
👍 Pull request welcome :) |
alextes
added a commit
to alextes/got
that referenced
this issue
Mar 8, 2017
Adds the protocol to the stdError object got uses for all it's errors. Closes sindresorhus#249.
alextes
added a commit
to alextes/got
that referenced
this issue
Mar 8, 2017
Adds the protocol to the stdError object got uses for all its errors. Closes sindresorhus#249.
alextes
added a commit
to alextes/got
that referenced
this issue
Mar 8, 2017
Adds the protocol to the stdError object got uses for all its errors. Closes sindresorhus#249.
sindresorhus
pushed a commit
that referenced
this issue
Mar 8, 2017
* Add protocol property to error properties test * Add protocol to stdError object Adds the protocol to the stdError object got uses for all its errors. Closes #249.
This was referenced May 29, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/sindresorhus/got/blob/master/index.js#L339 has a bunch of request settings copied into the error object. The protocol would also be helpful.
The text was updated successfully, but these errors were encountered: