Skip to content

Commit fef7e19

Browse files
committed
fix #4562
1 parent 576b00e commit fef7e19

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

jscomp/main/js_main.ml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,8 @@ let buckle_script_flags : (string * Bsc_args.spec * string) array =
501501

502502
"-warn-help", unit_call Warnings.help_warnings,
503503
"Show description of warning numbers";
504-
504+
"-bin-annot", Unit_dummy,
505+
"*internal* keep the compatibility with RLS";
505506
"-c", Unit_dummy,
506507
"*internal* keep the compatibility with RLS"
507508
|]

lib/4.06.1/whole_compiler.ml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438307,7 +438307,8 @@ let buckle_script_flags : (string * Bsc_args.spec * string) array =
438307438307

438308438308
"-warn-help", unit_call Warnings.help_warnings,
438309438309
"Show description of warning numbers";
438310-
438310+
"-bin-annot", Unit_dummy,
438311+
"*internal* keep the compatibility with RLS";
438311438312
"-c", Unit_dummy,
438312438313
"*internal* keep the compatibility with RLS"
438313438314
|]

0 commit comments

Comments
 (0)