Skip to content

Commit f4a9971

Browse files
committed
remove unused flag
1 parent b99b3a5 commit f4a9971

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/gendocs.res

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,6 @@ let docsDecoded = entryPointFiles->Array.map(libFile =>
7575
try {
7676
let entryPointFile = Path.join2(compilerLibPath, libFile)
7777

78-
Dict.set(env, "FROM_COMPILER", "false")
79-
8078
let output = ChildProcess.execSync(
8179
`./node_modules/.bin/rescript-tools doc ${entryPointFile}`,
8280
~options={

0 commit comments

Comments
 (0)