File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed
Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 44vendor /
55ninja /
66syntax /
7- ocaml-tree /
7+ ocaml-tree /
8+ _opam
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ var bin_path = path.join(
2020var bsc_exe = path . join ( bin_path , "bsc.exe" ) ;
2121
2222/**
23- * @type {string }
24- */
23+ * @type {string }
24+ */
2525var ninja_exe = path . join ( bin_path , "ninja.exe" ) ;
2626
2727/**
Original file line number Diff line number Diff line change @@ -125,9 +125,7 @@ function checkPrebuiltBscCompiler() {
125125 return ;
126126 }
127127 try {
128- var version = String (
129- child_process . execFileSync ( bsc_exe , [ "-v" ] )
130- ) ;
128+ var version = String ( child_process . execFileSync ( bsc_exe , [ "-v" ] ) ) ;
131129
132130 var myOCamlVersion = version . substr (
133131 version . indexOf ( ":" ) + 1 ,
You can’t perform that action at this time.
0 commit comments