Skip to content

Commit

Permalink
Don't use deprecated in parse-only. Fixes: #3423
Browse files Browse the repository at this point in the history
  • Loading branch information
toots committed Sep 26, 2023
1 parent 1241870 commit d15dbed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/runtime/main.ml
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ let options =
Arg.Unit
(fun () ->
run_streams := false;
deprecated := false;
parse_only := true),
"Parse scripts but do not type-check and run them." );
( ["-q"; "--quiet"],
Expand Down

0 comments on commit d15dbed

Please sign in to comment.