forked from Mirrors/doipjs
Fix typo
This commit is contained in:
parent
94e581ceb1
commit
4a73072fa3
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ const jsEnv = require("browser-or-node")
|
||||||
*/
|
*/
|
||||||
module.exports.timeout = 5000
|
module.exports.timeout = 5000
|
||||||
|
|
||||||
if (!jsEnv.isNode) {
|
if (jsEnv.isNode) {
|
||||||
const dns = require('dns')
|
const dns = require('dns')
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue