mirror of https://github.com/nodejs/node.git
forgot to add lib/dns.js in c53672
parent
57890465bd
commit
36f3bc33a3
|
@ -0,0 +1,3 @@
|
|||
for (var key in process.dns) {
|
||||
if (process.dns.hasOwnProperty(key)) exports[key] = process.dns[key];
|
||||
}
|
Loading…
Reference in New Issue