Skip to content

Commit 6aced88

Browse files
committed
fix install scripts
1 parent d0b0cbb commit 6aced88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: scripts/installUtils.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ function install() {
4949
installDirBy(others_dir, ocaml_dir, function(file) {
5050
var y = path.parse(file);
5151
if (y.ext === ".cmi") {
52-
return !y.base.includes("Belt_internal");
52+
return !y.base.match(/Belt_internal/i);
5353
}
5454
return installed_suffixes.includes(y.ext);
5555
});

0 commit comments

Comments
 (0)