We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e0c929 commit 205bcc9Copy full SHA for 205bcc9
scripts/installUtils.js
@@ -49,7 +49,7 @@ function install() {
49
installDirBy(others_dir, ocaml_dir, function(file) {
50
var y = path.parse(file);
51
if (y.ext === ".cmi") {
52
- return !y.base.includes("Belt_internal");
+ return !y.base.match(/Belt_internal/i);
53
}
54
return installed_suffixes.includes(y.ext);
55
});
0 commit comments