File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -10623,12 +10623,12 @@ let collect_pub_modules
10623
10623
set := Set_string.add !set str
10624
10624
else
10625
10625
Bsb_log.warn
10626
- "@{<warning>IGNORED@} %S in public is ignored since it is not \
10627
- an existing module @." str
10626
+ "@{<warning>IGNORED@}: %S in public is not an existing module \
10627
+ and has been ignored @." str
10628
10628
| _ ->
10629
10629
Bsb_exception.errorf
10630
10630
~loc:(Ext_json.loc_of v)
10631
- "public excpect a list of strings"
10631
+ "public expects a list of strings"
10632
10632
done ;
10633
10633
!set
10634
10634
@@ -11055,6 +11055,7 @@ let clean_re_js root =
11055
11055
| _ -> ()
11056
11056
| exception _ -> ()
11057
11057
11058
+
11058
11059
end
11059
11060
module Bsb_unix : sig
11060
11061
#1 "bsb_unix.mli"
Original file line number Diff line number Diff line change @@ -10655,12 +10655,12 @@ let collect_pub_modules
10655
10655
set := Set_string.add !set str
10656
10656
else
10657
10657
Bsb_log.warn
10658
- "@{<warning>IGNORED@} %S in public is ignored since it is not \
10659
- an existing module @." str
10658
+ "@{<warning>IGNORED@}: %S in public is not an existing module \
10659
+ and has been ignored @." str
10660
10660
| _ ->
10661
10661
Bsb_exception.errorf
10662
10662
~loc:(Ext_json.loc_of v)
10663
- "public excpect a list of strings"
10663
+ "public expects a list of strings"
10664
10664
done ;
10665
10665
!set
10666
10666
@@ -11087,6 +11087,7 @@ let clean_re_js root =
11087
11087
| _ -> ()
11088
11088
| exception _ -> ()
11089
11089
11090
+
11090
11091
end
11091
11092
module Bsb_unix : sig
11092
11093
#1 "bsb_unix.mli"
You can’t perform that action at this time.
0 commit comments