Skip to content
This repository was archived by the owner on Mar 21, 2024. It is now read-only.

Commit c6d6408

Browse files
author
Rusty Key
committed
remove ocamlfind dependency
1 parent ce09262 commit c6d6408

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/client/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ function getMerlinLspOptions(options: { useEsy: boolean; isBucklescriptProject:
146146
env: {
147147
...process.env,
148148
MERLIN_LOG: "-",
149+
OCAMLFIND_CONF: "/dev/null",
149150
OCAMLRUNPARAM: "b",
150151
PATH: merlinReasonDir,
151152
},
@@ -157,6 +158,7 @@ function getMerlinLspOptions(options: { useEsy: boolean; isBucklescriptProject:
157158
env: {
158159
...process.env,
159160
MERLIN_LOG: "-",
161+
OCAMLFIND_CONF: "/dev/null",
160162
OCAMLRUNPARAM: "b",
161163
PATH: merlinReasonDir,
162164
},

0 commit comments

Comments
 (0)