refactor: dev mode

This commit is contained in:
NGPixel
2018-01-27 00:20:49 -05:00
parent 1be3234ba1
commit f0e45ece6f
9 changed files with 92 additions and 31 deletions

View File

@@ -61,7 +61,6 @@ module.exports = Promise.join(
// ----------------------------------------
process.on('disconnect', () => {
wiki.logger.warn('Lost connection to Master. Exiting...')
process.exit()
})
})