Optimize account creation
This commit is contained in:
parent
41dbdb8acf
commit
47e0652b4a
8 changed files with 44 additions and 26 deletions
|
@ -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)
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue