forgot to add lib/dns.js in c53672
This commit is contained in:
parent
57890465bd
commit
36f3bc33a3
3
lib/dns.js
Normal file
3
lib/dns.js
Normal file
@ -0,0 +1,3 @@
|
||||
for (var key in process.dns) {
|
||||
if (process.dns.hasOwnProperty(key)) exports[key] = process.dns[key];
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user