File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -252,7 +252,7 @@ let add_npm_package_path (packages_info : t) (s : string) : t =
252
252
Bsc_args. bad_arg (" invalid module system " ^ module_system)
253
253
in
254
254
let m =
255
- match Ext_string. split ~keep_empty: false s ':' with
255
+ match Ext_string. split ~keep_empty: true s ':' with
256
256
| [path] ->
257
257
{module_system = NodeJS ; path; suffix = Js }
258
258
| [ module_system; path] ->
Original file line number Diff line number Diff line change @@ -92641,7 +92641,7 @@ let add_npm_package_path (packages_info : t) (s : string) : t =
92641
92641
Bsc_args.bad_arg ("invalid module system " ^ module_system)
92642
92642
in
92643
92643
let m =
92644
- match Ext_string.split ~keep_empty:false s ':' with
92644
+ match Ext_string.split ~keep_empty:true s ':' with
92645
92645
| [path] ->
92646
92646
{module_system = NodeJS; path; suffix = Js}
92647
92647
| [ module_system; path] ->
Original file line number Diff line number Diff line change @@ -92641,7 +92641,7 @@ let add_npm_package_path (packages_info : t) (s : string) : t =
92641
92641
Bsc_args.bad_arg ("invalid module system " ^ module_system)
92642
92642
in
92643
92643
let m =
92644
- match Ext_string.split ~keep_empty:false s ':' with
92644
+ match Ext_string.split ~keep_empty:true s ':' with
92645
92645
| [path] ->
92646
92646
{module_system = NodeJS; path; suffix = Js}
92647
92647
| [ module_system; path] ->
Original file line number Diff line number Diff line change @@ -370176,7 +370176,7 @@ let add_npm_package_path (packages_info : t) (s : string) : t =
370176
370176
Bsc_args.bad_arg ("invalid module system " ^ module_system)
370177
370177
in
370178
370178
let m =
370179
- match Ext_string.split ~keep_empty:false s ':' with
370179
+ match Ext_string.split ~keep_empty:true s ':' with
370180
370180
| [path] ->
370181
370181
{module_system = NodeJS; path; suffix = Js}
370182
370182
| [ module_system; path] ->
You can’t perform that action at this time.
0 commit comments