add setImmediate and setTimeout
This commit is contained in:
parent
002a715d5a
commit
3101da15e4
1 changed files with 3 additions and 1 deletions
4
index.js
4
index.js
|
@ -47,7 +47,9 @@ io.on('connection', (socket) => {
|
||||||
ChatMessage,
|
ChatMessage,
|
||||||
mc,
|
mc,
|
||||||
moment,
|
moment,
|
||||||
crypto
|
crypto,
|
||||||
|
setImmediate,
|
||||||
|
setTimeout
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue