Skip to content

Commit

Permalink
TODO: make FORCE_COLOR dependent on if we are in tty
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Oct 19, 2024
1 parent 60e9fcf commit c53bb2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/babashka/process.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,8 @@
[command]
command)]
(apply process
{:in :inherit
{:extra-env {"FORCE_COLOR" "1"}
:in :inherit
:out-line-fn (fn [line]
(println (format "[%s]" id) line))
:err-line-fn (fn [line]
Expand Down

0 comments on commit c53bb2e

Please sign in to comment.