Skip to content

Commit

Permalink
Fix regression in ocaml#6996
Browse files Browse the repository at this point in the history
  • Loading branch information
nojb committed Jun 6, 2023
1 parent bbe3d1f commit bc0c768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dune_config_file/display.ml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ let console_backend = function
| Simple { status_line; _ } -> (
match status_line with
| false -> Dune_console.Backend.dumb
| true -> Dune_console.Backend.progress)
| true -> Dune_threaded_console.progress ())

0 comments on commit bc0c768

Please sign in to comment.