Resovle module

master
garrettmills 4 years ago
parent fce3942cbc
commit e921964f8e
No known key found for this signature in database
GPG Key ID: 6ACD58D6ADACFC6E

@ -10,7 +10,7 @@ let ready_ps = []
app.up().then(() => {
ready = true
ready_ps.forEach(x => x())
ready_ps.forEach(x => x(exports))
})
module.exports = exports = {

Loading…
Cancel
Save