[debug] Show the full payload of proc specs rather than preposts only

Reviewed By: jvillard

Differential Revision: D4945656

fbshipit-source-id: 4e0a15a
master
Mehdi Bouaziz 8 years ago committed by Facebook Github Bot
parent 15b8f80e18
commit 92241119a2

@ -488,7 +488,7 @@ let pp_summary_html source color fmt summary =
Errlog.pp_html source [] fmt err_log;
Io_infer.Html.pp_hline fmt ();
F.fprintf fmt "<LISTING>@\n";
pp_specs pe fmt (get_specs_from_payload summary);
pp_payload pe fmt summary.payload;
F.fprintf fmt "</LISTING>@\n"
let empty_stats calls =

Loading…
Cancel
Save