1 parent 51290e1 commit a2fdef4Copy full SHA for a2fdef4
1 file changed
ModuleManager/MMPatchRunner.cs
@@ -80,12 +80,14 @@ public IEnumerator Run()
80
{
81
kspLogger.Exception("The patching thread threw an exception", patchingThreadStatus.Exception);
82
FatalErrorHandler.HandleFatalError("The patching thread threw an exception");
83
+ yield break;
84
}
85
86
if (loggingThreadStatus.IsExitedWithError)
87
88
kspLogger.Exception("The logging thread threw an exception", loggingThreadStatus.Exception);
89
FatalErrorHandler.HandleFatalError("The logging thread threw an exception");
90
91
92
93
if (databaseConfigs == null)
0 commit comments