From a174d4b12b6d17a97171ee1583d009ecd8d8df0f Mon Sep 17 00:00:00 2001 From: Alistair Michael Date: Tue, 27 Feb 2024 17:47:22 +1000 Subject: [PATCH] print json output --- bin/main.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/main.ml b/bin/main.ml index 82243e6..d356f91 100644 --- a/bin/main.ml +++ b/bin/main.ml @@ -265,7 +265,7 @@ let () = ) )) )) l)) with_asts) in - (* List.iter (fun f -> Yojson.Safe.pretty_to_channel stdout f) paired; *) + List.iter (fun f -> Yojson.Safe.pretty_to_channel stderr f) paired; map (Yojson.Safe.to_string) paired in