mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-30 00:22:40 +01:00
Fix some console write conflicts
This commit is contained in:
@@ -471,6 +471,9 @@ namespace Tgstation.Server.Host.Core
|
||||
return false;
|
||||
}
|
||||
|
||||
//flush the logs to prevent console conflicts
|
||||
await Task.Delay(TimeSpan.FromSeconds(1), cancellationToken).ConfigureAwait(false);
|
||||
|
||||
await RunWizard(userConfigFileName, cancellationToken).ConfigureAwait(false);
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user