Skip to content
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

fix(intercept): Improve error message when new ClientMessage() is invoked with no options #1386

Merged
merged 2 commits into from Jan 19, 2019

Conversation

paulmelnikow
Copy link
Member

In Node, it’s valid to invoke new ClientMessage() with no options. However, in Nock, this causes a crash:

Cannot read property 'proto' of undefined
    stack: |
      Object.normalizeRequestOptions (lib/common.js:12:27)
      interceptorsFor (lib/intercept.js:139:10)
      new OverriddenClientRequest (lib/intercept.js:263:26)
      Test.t (tests/test_request_overrider.js:20:8)

Fixing that does not seem like a high priority, so this provides a better error message, while also removing related unreachable code.

…nvoked with no options

In Node, it’s valid to invoke `new ClientMessage()` with no options. However, in Nock, this causes a crash:

Cannot read property 'proto' of undefined
    stack: |
      Object.normalizeRequestOptions (lib/common.js:12:27)
      interceptorsFor (lib/intercept.js:139:10)
      new OverriddenClientRequest (lib/intercept.js:263:26)
      Test.t (tests/test_request_overrider.js:20:8)

Fixing that does not seem like a high priority, so this provides a better error message, while also removing related unreachable code.
Copy link
Member

@RichardLitt RichardLitt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would add a link to this PR in the comment. Otherwise, all good!

@gr2m gr2m merged commit 6d2a312 into beta Jan 19, 2019
@gr2m gr2m deleted the rm-unreachable branch January 19, 2019 03:01
@nockbot
Copy link
Collaborator

nockbot commented Jan 19, 2019

🎉 This PR is included in version 11.0.0-beta.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

@nockbot
Copy link
Collaborator

nockbot commented Aug 13, 2019

🎉 This PR is included in version 11.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

gr2m pushed a commit that referenced this pull request Sep 4, 2019
…nvoked with no options (#1386)

In Node, it’s valid to invoke `new ClientMessage()` with no options. However, in Nock, this causes a crash:

Cannot read property 'proto' of undefined
    stack: |
      Object.normalizeRequestOptions (lib/common.js:12:27)
      interceptorsFor (lib/intercept.js:139:10)
      new OverriddenClientRequest (lib/intercept.js:263:26)
      Test.t (tests/test_request_overrider.js:20:8)

Fixing that does not seem like a high priority, so this provides a better error message, while also removing related unreachable code.
gr2m pushed a commit that referenced this pull request Sep 4, 2019
…nvoked with no options (#1386)

In Node, it’s valid to invoke `new ClientMessage()` with no options. However, in Nock, this causes a crash:

Cannot read property 'proto' of undefined
    stack: |
      Object.normalizeRequestOptions (lib/common.js:12:27)
      interceptorsFor (lib/intercept.js:139:10)
      new OverriddenClientRequest (lib/intercept.js:263:26)
      Test.t (tests/test_request_overrider.js:20:8)

Fixing that does not seem like a high priority, so this provides a better error message, while also removing related unreachable code.
gr2m pushed a commit that referenced this pull request Sep 5, 2019
…nvoked with no options (#1386)

In Node, it’s valid to invoke `new ClientMessage()` with no options. However, in Nock, this causes a crash:

Cannot read property 'proto' of undefined
    stack: |
      Object.normalizeRequestOptions (lib/common.js:12:27)
      interceptorsFor (lib/intercept.js:139:10)
      new OverriddenClientRequest (lib/intercept.js:263:26)
      Test.t (tests/test_request_overrider.js:20:8)

Fixing that does not seem like a high priority, so this provides a better error message, while also removing related unreachable code.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants