Skip to content

Commit 79a8a11

Browse files
committed
Higher than alpha 14
1 parent 01986b2 commit 79a8a11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/incrementalCompilation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ function getBscArgs(
312312
}
313313
}
314314
}
315-
const rewatchArguments = semver.satisfies(project.rescriptVersion, ">=12.0.0-alpha.14", { includePrerelease: true }) ? [
315+
const rewatchArguments = semver.satisfies(project.rescriptVersion, ">12.0.0-alpha.14", { includePrerelease: true }) ? [
316316
"compiler-args",
317317
"--rescript-version",
318318
project.rescriptVersion,

0 commit comments

Comments
 (0)