Fix clearing host propagated exceptions

This commit is contained in:
Jordan Brown
2020-07-10 11:23:52 -04:00
parent e4b0e22fa3
commit e542a2b5e8
+1 -1
View File
@@ -286,7 +286,7 @@ namespace Tgstation.Server.Host
}
RestartRequested = true;
propagatedException = exception;
propagatedException ??= exception;
}
if (exception == null)