-
Notifications
You must be signed in to change notification settings - Fork 30k
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
TypeError from net.js #510
Comments
summoning @evanlucas from #35 |
ah looks like @cjihrig got to it first. |
cjihrig
added a commit
that referenced
this issue
Jan 19, 2015
3ac4941 introduced a bug as it attempted to access properties of an undefined variable. This commit cleans up the offending code. Fixes: #510 PR-URL: #514 Reviewed-By: Ben Noordhuis <[email protected]>
Fixed in e2558f0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This looks like an error that shouldn't be surfaced to the user:
Using io.js v1.0.2.
Not present in node v0.11.14
The text was updated successfully, but these errors were encountered: