Logging: fix some color printing

Reviewed By: da319

Differential Revision: D12839689

fbshipit-source-id: 96e1a3e9a
master
Mehdi Bouaziz 6 years ago committed by Facebook Github Bot
parent 87dd2047ec
commit 1c7cdb02de

@ -371,7 +371,7 @@ let pp_with_html_color color pp fmt x =
let pp_maybe_with_color color pp fmt x =
if Config.write_html then pp fmt x else pp_with_html_color color pp fmt x
if Config.write_html then pp_with_html_color color pp fmt x else pp fmt x
(** Execute the delayed print actions *)

Loading…
Cancel
Save