Skip to content

Commit

Permalink
print json output
Browse files Browse the repository at this point in the history
  • Loading branch information
ailrst authored and katrinafyi committed Feb 28, 2024
1 parent 47e6aaf commit a174d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/main.ml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a174d4b

Please sign in to comment.