Skip to content

Commit

Permalink
follow-up item to check if codeframes don't use colors in non-tty env
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Oct 24, 2024
1 parent cca26f0 commit ed1313d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ export function getOriginalCodeFrame(
column: frame.column ?? 0,
},
},
// TODO: Only in TTY
{ forceColor: true }
)
}
Expand Down

0 comments on commit ed1313d

Please sign in to comment.