mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-30 00:22:40 +01:00
Fix clearing host propagated exceptions
This commit is contained in:
@@ -286,7 +286,7 @@ namespace Tgstation.Server.Host
|
||||
}
|
||||
|
||||
RestartRequested = true;
|
||||
propagatedException = exception;
|
||||
propagatedException ??= exception;
|
||||
}
|
||||
|
||||
if (exception == null)
|
||||
|
||||
Reference in New Issue
Block a user