We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a4bb51 commit 0aef154Copy full SHA for 0aef154
src/Compiler/Facilities/DiagnosticsLogger.fs
@@ -667,8 +667,7 @@ let RaiseOperationResult res : unit = CommitOperationResult res
667
668
let ReportOperationResultAndRecover (res: OperationResult<unit>) : unit =
669
match res with
670
- | OkResult(warns, _) ->
671
- ReportWarnings warns
+ | OkResult(warns, _) -> ReportWarnings warns
672
| ErrorResult(warns, err) ->
673
ReportWarnings warns
674
errorR err
0 commit comments