mirror of https://github.com/lukechilds/node.git
Ryan Dahl
15 years ago
1 changed files with 3 additions and 0 deletions
@ -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