We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce92495 commit 82bafbeCopy full SHA for 82bafbe
1 file changed
src/ocaml/driver/pparse.ml
@@ -180,6 +180,7 @@ let apply_pp ~workdir ~filename ~source ~pp =
180
let ic = open_in_bin fn_out in
181
let result = Misc.string_of_file ic in
182
close_in ic;
183
+ Misc.remove_file fn_out;
184
Ok result
185
186
let decode_potential_ast source =
0 commit comments