Skip to content

Commit cddfc41

Browse files
committed
Install .res files too.
1 parent ab3f687 commit cddfc41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/installUtils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ function install() {
4545
});
4646

4747
// for merlin or other IDE
48-
var installed_suffixes = [".ml", ".mli", ".cmi", ".cmt", ".cmti"];
48+
var installed_suffixes = [".ml", ".mli", ".res", ".resi", ".cmi", ".cmt", ".cmti"];
4949
installDirBy(others_dir, ocaml_dir, function (file) {
5050
var y = path.parse(file);
5151
if (y.ext === ".cmi") {

0 commit comments

Comments
 (0)