Fix previous commit

This commit is contained in:
Jeremie Dimino 2018-02-13 18:52:58 +00:00
parent bd0593c11a
commit a1f70209bf
1 changed files with 1 additions and 1 deletions

View File

@ -588,5 +588,5 @@ module Fmt = struct
end
(* This is ugly *)
let printer = ref prerr_endline
let printer = ref (Printf.eprintf "%s%!")
let print_to_console s = !printer s