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
1062310623 set := Set_string.add !set str
1062410624 else
1062510625 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
1062810628 | _ ->
1062910629 Bsb_exception.errorf
1063010630 ~loc:(Ext_json.loc_of v)
10631- "public excpect a list of strings"
10631+ "public expects a list of strings"
1063210632 done ;
1063310633 !set
1063410634
@@ -11055,6 +11055,7 @@ let clean_re_js root =
1105511055 | _ -> ()
1105611056 | exception _ -> ()
1105711057
11058+
1105811059end
1105911060module Bsb_unix : sig
1106011061#1 "bsb_unix.mli"
Original file line number Diff line number Diff line change @@ -10655,12 +10655,12 @@ let collect_pub_modules
1065510655 set := Set_string.add !set str
1065610656 else
1065710657 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
1066010660 | _ ->
1066110661 Bsb_exception.errorf
1066210662 ~loc:(Ext_json.loc_of v)
10663- "public excpect a list of strings"
10663+ "public expects a list of strings"
1066410664 done ;
1066510665 !set
1066610666
@@ -11087,6 +11087,7 @@ let clean_re_js root =
1108711087 | _ -> ()
1108811088 | exception _ -> ()
1108911089
11090+
1109011091end
1109111092module Bsb_unix : sig
1109211093#1 "bsb_unix.mli"
You can’t perform that action at this time.
0 commit comments