Skip to content

Commit

Permalink
pkg: change progress message color (#10907)
Browse files Browse the repository at this point in the history
This changes the message of the verbs in progress
messages (e.g. "Building") to match the colours of the corresponding
messages printed when running `dune build --display=short`.

Signed-off-by: Stephen Sherratt <stephen@sherra.tt>
  • Loading branch information
gridbugs authored Sep 12, 2024
1 parent a8fb48e commit 38beb37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dune_rules/pkg_build_progress.ml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module Status = struct
end

let format_user_message ~verb ~object_ =
let status_tag = User_message.Style.Success in
let status_tag = User_message.Style.Ok in
User_message.make
[ User_message.aligned_message ~left:(status_tag, verb) ~right:object_ ]
;;
Expand Down

0 comments on commit 38beb37

Please sign in to comment.