We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab26fc2 commit 00c806aCopy full SHA for 00c806a
analysis/reanalyze/src/EmitJson.ml
@@ -1,6 +1,6 @@
1
let items = ref 0
2
-let start () = Format.fprintf Format.std_formatter "["
3
-let finish () = Format.fprintf Format.std_formatter "\n]@."
+let start () = Printf.printf "["
+let finish ()= Printf.printf "\n]\n"
4
let emitClose () = "\n}"
5
6
let emitItem ~ppf ~name ~kind ~file ~range ~message =
0 commit comments