Skip to content

test: fix invalid variable name#3150

Closed
thefourtheye wants to merge 1 commit into
nodejs:masterfrom
thefourtheye:fix-invalid-variable-name
Closed

test: fix invalid variable name#3150
thefourtheye wants to merge 1 commit into
nodejs:masterfrom
thefourtheye:fix-invalid-variable-name

Conversation

@thefourtheye

Copy link
Copy Markdown
Contributor

The variable er is not declared at all. So if EPERM error is ever
raised then the er will throw ReferenceError and the code will
break.

CI Run: https://ci.nodejs.org/job/node-test-pull-request/408/

The variable `er` is not declared at all. So if EPERM error is ever
raised then the `er` will throw `ReferenceError` and the code will
break.
@thefourtheye thefourtheye added the test Issues and PRs related to the tests. label Oct 1, 2015
@mscdex

mscdex commented Oct 1, 2015

Copy link
Copy Markdown
Contributor

LGTM

thefourtheye added a commit that referenced this pull request Oct 1, 2015
The variable `er` is not declared at all. So if EPERM error is ever
raised then the `er` will throw `ReferenceError` and the code will
break.

PR-URL: #3150
Reviewed-By: Brian White <mscdex@mscdex.net>
@jbergstroem

Copy link
Copy Markdown
Member

LGTM

@thefourtheye

Copy link
Copy Markdown
Contributor Author

Pushing this as it is a trivial change and it landed at 6be2a59

@thefourtheye thefourtheye deleted the fix-invalid-variable-name branch October 1, 2015 20:10
thefourtheye added a commit that referenced this pull request Oct 2, 2015
The variable `er` is not declared at all. So if EPERM error is ever
raised then the `er` will throw `ReferenceError` and the code will
break.

PR-URL: #3150
Reviewed-By: Brian White <mscdex@mscdex.net>
@rvagg rvagg mentioned this pull request Oct 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

test Issues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants