Skip to content

Commit

Permalink
Update bailReason to log correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
ethriel3695 committed Jun 5, 2023
1 parent f58dbdb commit ff76f48
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions bin-src/ui/messages/info/tracedAffectedFiles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,7 @@ export default (
let directoryDebug = null;

if (expanded) {
const bailReason = ctx.turboSnap?.bailReason
? `${chalk.magenta('Bail Reason:')} ${ctx.turboSnap.bailReason}\n\n`
: '';
const bailReason = ctx.turboSnap?.bailReason ? `${ctx.turboSnap.bailReason}\n\n` : '';
const rootPath = `${chalk.magenta(rootDirNote)} ${ctx.turboSnap.rootPath}\n\n`;
const basePath = `${chalk.magenta(baseDirNote)} ${basedir}\n\n`;
const storybookPath = `${chalk.magenta(storybookDirNote)} ${storybookConfigDir}\n\n`;
Expand Down

0 comments on commit ff76f48

Please sign in to comment.