Skip to content

Commit bd99138

Browse files
committed
One more
1 parent 60f5b6a commit bd99138

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/Compiler/Service/service.fs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -116,13 +116,8 @@ module CompileHelpers =
116116
use unwindParsePhase = PushThreadBuildPhaseUntilUnwind BuildPhase.Parse
117117
use unwindEL_2 = PushDiagnosticsLoggerPhaseUntilUnwind(fun _ -> diagnosticsLogger)
118118

119-
let exiter =
120-
{ new Exiter with
121-
member x.Exit n = raise StopProcessing
122-
}
123-
124119
try
125-
f exiter
120+
f DiagnosticsLogger.QuitProcessExiter
126121
0
127122
with e ->
128123
stopProcessingRecovery e range0

0 commit comments

Comments
 (0)