Skip to content

Commit d768a7d

Browse files
authored
Fix build / prettier (rescript-lang#5717)
1 parent ac72301 commit d768a7d

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

scripts/installUtils.js

+9-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,15 @@ function install() {
4545
});
4646

4747
// for merlin or other IDE
48-
var installed_suffixes = [".ml", ".mli", ".res", ".resi", ".cmi", ".cmt", ".cmti"];
48+
var installed_suffixes = [
49+
".ml",
50+
".mli",
51+
".res",
52+
".resi",
53+
".cmi",
54+
".cmt",
55+
".cmti",
56+
];
4957
installDirBy(others_dir, ocaml_dir, function (file) {
5058
var y = path.parse(file);
5159
if (y.ext === ".cmi") {

0 commit comments

Comments
 (0)