Skip to content

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

Merged
gr2m merged 2 commits intobetafrom
rm-unreachable
Jan 19, 2019
Merged

fix(intercept): Improve error message when new ClientMessage() is invoked with no options#1386
gr2m merged 2 commits intobetafrom
rm-unreachable

Conversation

@paulmelnikow
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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.
juninmd pushed a commit to juninmd/nock that referenced this pull request Mar 21, 2026
…nvoked with no options (nock#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.

4 participants