feat: Kernel module

This commit is contained in:
NGPixel
2017-10-07 22:44:35 -04:00
parent 2be7f71be8
commit c26fae2ede
13 changed files with 264 additions and 560 deletions

View File

@@ -30,7 +30,7 @@ module.exports = {
})
}).then(() => {
wiki.logger.info('Purging old queue jobs: OK')
}).catch(err => {
}).return(true).catch(err => {
wiki.logger.error(err)
})
}