Skip to content

Commit

Permalink
[TMP] test
Browse files Browse the repository at this point in the history
  • Loading branch information
kit-ty-kate authored Jan 8, 2024
1 parent 81b114d commit 9e47558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/opamConsole.ml
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ let win32_print_message ch msg =
f 0 0 false

let disable_carriage_return =
if Sys.win32 && not OpamStd.Sys.tty_out then
if true then
fun k ->
let stdout = Unix.dup (Unix.descr_of_out_channel stdout) in
Fun.protect ~finally:(fun () -> Unix.close stdout) @@ fun () ->
Expand Down

0 comments on commit 9e47558

Please sign in to comment.