Skip to content

Commit

Permalink
Merge pull request #91 from yarastqt/yarastqt.error-format
Browse files Browse the repository at this point in the history
Add newline before error message
  • Loading branch information
yarastqt committed Oct 26, 2020
2 parents 10ed8a7 + d57150e commit 29e4b11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cli/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ export default class Build extends Command {
await build(config)
console.log(`\n>--------------- ${chalk.green('Build completed')} ---------------<`)
} catch (error) {
console.log('\r')
console.log(error)
console.log(`\n>---------------- ${chalk.red('Build failed')} -----------------<`)
}
Expand Down

0 comments on commit 29e4b11

Please sign in to comment.