Optimize account creation

This commit is contained in:
Chocobozzz 2017-11-16 18:40:50 +01:00
parent 41dbdb8acf
commit 47e0652b4a
No known key found for this signature in database
GPG key ID: 583A612D890159BE
8 changed files with 44 additions and 26 deletions

View file

@ -38,5 +38,5 @@ const rl = createInterface({
rl.on('line', line => {
const log = JSON.parse(line)
logLevels[log.level](log.message)
logLevels[log.level](log.message, log.stack)
})