diff --git a/src/Fable.Transforms/Global/Compiler.fs b/src/Fable.Transforms/Global/Compiler.fs index ce425ec84..0a9fe9119 100644 --- a/src/Fable.Transforms/Global/Compiler.fs +++ b/src/Fable.Transforms/Global/Compiler.fs @@ -119,7 +119,7 @@ module CompilerExt = actualMajor > expectedMajor || (actualMajor = expectedMajor && (actualMinor > expectedMinor - || actualMinor = expectedMinor && actualPatch >= expectedPatch)) + || (actualMinor = expectedMinor && actualPatch >= expectedPatch))) with _ -> false