Skip to content

Commit ab7985b

Browse files
committed
shell not needed?
1 parent 5ddce37 commit ab7985b

File tree

5 files changed

+470
-577
lines changed

5 files changed

+470
-577
lines changed

jscomp/main/builtin_cmi_datasets.ml

+95-93
Large diffs are not rendered by default.

lib/4.06.1/unstable/js_compiler.ml

+125-161
Large diffs are not rendered by default.

lib/4.06.1/unstable/js_playground_compiler.ml

+125-161
Large diffs are not rendered by default.

lib/4.06.1/whole_compiler.ml

+125-161
Large diffs are not rendered by default.

scripts/ninja.js

-1
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,6 @@ function ocamlDepForBscAsync(files, dir, depsMap) {
599599
const mlfile = path.join(tmpdir, mlname);
600600
cp.execSync(`${bsc_exe} -dsource -only-parse ${f} 2>${mlfile}`, {
601601
cwd: dir,
602-
shell: true,
603602
encoding: "ascii",
604603
});
605604
mlfiles.push(mlfile);

0 commit comments

Comments
 (0)