Skip to content

Commit 5e8ee3f

Browse files
committedSep 2, 2019
change label to meaningful names
1 parent 437a326 commit 5e8ee3f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎jscomp/bsb/bsb_config_parse.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ let extract_js_post_build (map : json_map) cwd : string option =
376376
let interpret_json
377377
~toplevel_package_specs
378378
~bsc_dir
379-
~cwd
379+
~per_proj_dir:(cwd:string)
380380

381381
: Bsb_config_types.t =
382382

‎jscomp/bsb/bsb_config_parse.mli

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ val package_specs_from_bsconfig :
3131
val interpret_json :
3232
toplevel_package_specs:Bsb_package_specs.t option ->
3333
bsc_dir:string ->
34-
cwd:string ->
34+
per_proj_dir:string ->
3535
Bsb_config_types.t
3636

3737

‎jscomp/bsb/bsb_ninja_regen.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ let regenerate_ninja
6262
Bsb_config_parse.interpret_json
6363
~toplevel_package_specs
6464
~bsc_dir
65-
~cwd in
65+
~per_proj_dir:cwd in
6666
(* create directory, lib/bs, lib/js, lib/es6 etc *)
6767
Bsb_build_util.mkp lib_bs_dir;
6868
Bsb_package_specs.list_dirs_by config.package_specs

0 commit comments

Comments
 (0)