Skip to content

Commit 6bdba19

Browse files
committed
snapshot
1 parent f9f09c4 commit 6bdba19

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lib/4.06.1/whole_compiler.ml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -415941,11 +415941,12 @@ let after_parsing_impl ppf outputprefix (ast : Parsetree.structure) =
415941415941
Ml_binary.write_ast Ml !Location.input_name ast oc;
415942415942
close_out oc ;
415943415943
end;
415944-
if !Js_config.binary_ast then
415944+
if !Js_config.binary_ast then begin
415945415945
let sourcefile = !Location.input_name in
415946415946
Binary_ast.write_ast ~sourcefile
415947415947
Ml ~output:(outputprefix ^ Filename.extension sourcefile ^ "ast")
415948-
ast ;
415948+
ast
415949+
end ;
415949415950
if !Js_config.syntax_only then
415950415951
Warnings.check_fatal ()
415951415952
else

0 commit comments

Comments
 (0)