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

test: fix invalid variable name #3150

Closed

Conversation

thefourtheye
Copy link
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
Copy link
Contributor

mscdex commented Oct 1, 2015

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 <[email protected]>
@jbergstroem
Copy link
Member

LGTM

@thefourtheye
Copy link
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 <[email protected]>
@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