forgot to add lib/dns.js in c53672

pull/22966/head
Ryan Dahl 2009-10-31 12:19:23 +01:00
parent 57890465bd
commit 36f3bc33a3
1 changed files with 3 additions and 0 deletions

3
lib/dns.js 100644
View File

@ -0,0 +1,3 @@
for (var key in process.dns) {
if (process.dns.hasOwnProperty(key)) exports[key] = process.dns[key];
}