mirror of https://github.com/lukechilds/node.git
Browse Source
A typo in the variable name makes it throw a ReferenceError instead of the expected "Unknown type" error when dns.resolve() is passed a bad record type argument. Fixes the following exception: ReferenceError: type is not defined at Object.exports.resolve (dns.js:189:40) at /Users/bnoordhuis/src/master/test/simple/test-c-ares.js:48:9 <snip>v0.9.12-release
Xidorn Quan
12 years ago
committed by
Ben Noordhuis
2 changed files with 6 additions and 1 deletions
Loading…
Reference in new issue