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 23, 2024
1 parent 4e87b84 commit 3358d1e
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 3358d1e

Please sign in to comment.