Skip to content

Commit

Permalink
chore(tooling): Make sure console boxen print on a new line
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobbe committed Dec 29, 2023
1 parent bfe37ce commit a1d5e8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/release/releaseLib.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ export function unwrap(processOutput) {
* @param {string} message
*/
export function consoleBoxen(title, message) {
console.log()
console.log(
boxen(message, {
title,
Expand Down

0 comments on commit a1d5e8f

Please sign in to comment.