Skip to content

Commit

Permalink
fix: log (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
elrrrrrrr authored Jan 24, 2024
1 parent 7372db5 commit 152f399
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/cli/lib/logger.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ class Alert {
message = this.formatMessage(message);
if (!isTTY) {
console.log(message);
return;
}
const boxedMessage = boxen(message, {
padding: 1,
Expand Down

0 comments on commit 152f399

Please sign in to comment.