Skip to content

Commit

Permalink
fix: code-style
Browse files Browse the repository at this point in the history
  • Loading branch information
EFF committed Jan 23, 2020
1 parent 394da8f commit b10daec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/bp/bootstrap.ts
Expand Up @@ -130,7 +130,9 @@ This is a fatal error, process will exit.`
}
}

logger.info(`Using ${chalk.bold(modules.length.toString())} modules` + loadedModulesLog + disabledModulesLog + erroredModulesLog)
logger.info(
`Using ${chalk.bold(modules.length.toString())} modules` + loadedModulesLog + disabledModulesLog + erroredModulesLog
)

for (const err of loadingErrors) {
logger.attachError(err).error('Error while loading some modules, they will be disabled')
Expand Down

0 comments on commit b10daec

Please sign in to comment.