Skip to content

Commit

Permalink
Add leading newline
Browse files Browse the repository at this point in the history
  • Loading branch information
KSXGitHub committed Oct 31, 2018
1 parent 393d2c0 commit 20dae9e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ function handler ({

for (const item of publishables) {
const { name } = item.manifestContent
console.info(`Publishing ${chalk.bold(name as string)}...`)
console.info(`\nPublishing ${chalk.bold(name as string)}...`)

const { status, error, signal } = publish({
cmd: executable,
Expand Down

0 comments on commit 20dae9e

Please sign in to comment.