Change error message to not defined by MohammedEssehemy · Pull Request #26857 · nodejs/node (original) (raw)

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 andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Conversation7 Commits1 Checks0 Files changed

Conversation

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

[ Show hidden characters]({{ revealButtonHref }})

MohammedEssehemy

Not defined is not identical to undefined

Checklist

@nodejs-github-bot nodejs-github-bot added doc

Issues and PRs related to the documentations.

errors

Issues and PRs related to JavaScript errors originated in Node.js core.

labels

Mar 22, 2019

BridgeAR

Trott

@@ -35,7 +35,7 @@ are handled using the [`try…catch` construct][try-catch] provided by the
JavaScript language.
```js
// Throws with a ReferenceError because z is undefined
// Throws with a ReferenceError because z is not defined

Choose a reason for hiding this comment

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

This is fine as it's an improvement over what's there, but two totally insignificant suggestions to consider:

Choose a reason for hiding this comment

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

@Trott

Choose a reason for hiding this comment

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

(The period isn't showing up in the GitHub interface. Do you need to push or force-push to your origin maybe?)

Choose a reason for hiding this comment

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

Sorry for that, It's now here.

Trott

lpinca

@MohammedEssehemy

@Trott

Seems fast-trackable. If you are a Collaborator and you agree, 👍 here!

@Trott Trott added the fast-track

PRs that do not need to wait for 48 hours to land.

label

Mar 22, 2019

vsemozhetbyt

@vsemozhetbyt vsemozhetbyt added the author ready

PRs that have at least one approval, no pending requests for changes, and a CI started.

label

Mar 22, 2019

@Trott

@vsemozhetbyt

targos pushed a commit to targos/node that referenced this pull request

Mar 27, 2019

@MohammedEssehemy @targos

PR-URL: nodejs#26857 Reviewed-By: Ruben Bridgewater ruben@bridgewater.de Reviewed-By: Rich Trott rtrott@gmail.com Reviewed-By: Luigi Pinca luigipinca@gmail.com Reviewed-By: Vse Mozhet Byt vsemozhetbyt@gmail.com

targos pushed a commit that referenced this pull request

Mar 27, 2019

@MohammedEssehemy @targos

PR-URL: #26857 Reviewed-By: Ruben Bridgewater ruben@bridgewater.de Reviewed-By: Rich Trott rtrott@gmail.com Reviewed-By: Luigi Pinca luigipinca@gmail.com Reviewed-By: Vse Mozhet Byt vsemozhetbyt@gmail.com

BethGriggs pushed a commit that referenced this pull request

Apr 17, 2019

@MohammedEssehemy @BethGriggs

PR-URL: #26857 Reviewed-By: Ruben Bridgewater ruben@bridgewater.de Reviewed-By: Rich Trott rtrott@gmail.com Reviewed-By: Luigi Pinca luigipinca@gmail.com Reviewed-By: Vse Mozhet Byt vsemozhetbyt@gmail.com

MylesBorins pushed a commit that referenced this pull request

May 16, 2019

@MohammedEssehemy @MylesBorins

PR-URL: #26857 Reviewed-By: Ruben Bridgewater ruben@bridgewater.de Reviewed-By: Rich Trott rtrott@gmail.com Reviewed-By: Luigi Pinca luigipinca@gmail.com Reviewed-By: Vse Mozhet Byt vsemozhetbyt@gmail.com

This was referenced

May 29, 2019

This was referenced

May 29, 2019

Labels

author ready

PRs that have at least one approval, no pending requests for changes, and a CI started.

doc

Issues and PRs related to the documentations.

errors

Issues and PRs related to JavaScript errors originated in Node.js core.

fast-track

PRs that do not need to wait for 48 hours to land.