Skip to content

Commit 6089fd5

Browse files
blowfishproLisias
authored andcommitted
Don't overwrite other fatal messages (synthetic commit by Lisias)
1 parent 84916d5 commit 6089fd5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Source/ModuleManager/MMPatchRunner.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ public IEnumerator Run()
5454
{
5555
kspLogger.Exception("The patching thread threw an exception", patchingThreadStatus.Exception);
5656
FatalErrorHandler.HandleFatalError("The patching thread threw an exception");
57+
yield break;
5758
}
5859

5960
if (databaseConfigs == null)

0 commit comments

Comments
 (0)