url.format(undefined) fails in io.js, where it works in Node.js (TypeError: Cannot read property 'auth' of undefined) #1033
Labels
confirmed-bug
Issues with confirmed bugs.
url
Issues and PRs related to the legacy built-in url module.
In node.js (tested on v0.12.0 and v0.10.33):
In io.js (tested on v1.4.2 and v1.0.4):
I've dug into this a little bit, and I'm not really sure why it worked in node.js - probably something to do with different V8 versions? Even though this seems to be an edge case, this is a behaviour difference, and breaks a unit test in a project of mine.
The text was updated successfully, but these errors were encountered: