Merge branch 'master' into FixDMAPIDocBlocks

This commit is contained in:
Jordan Brown
2020-12-01 21:16:06 -05:00
committed by GitHub
@@ -360,6 +360,8 @@ namespace Tgstation.Server.Host.Components.Watchdog
CancellationToken cancellationToken)
{
Logger.LogTrace("Begin LaunchImplNoLock");
if (startMonitor && Status != WatchdogStatus.Offline)
throw new JobException(ErrorCode.WatchdogRunning);
if (reattachInfo == null && !DmbFactory.DmbAvailable)
throw new JobException(ErrorCode.WatchdogCompileJobCorrupted);