mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-07-15 18:12:50 +01:00
A more informative error perhaps?
This commit is contained in:
@@ -232,6 +232,11 @@ namespace Tgstation.Server.Tests
|
||||
await new InstanceManagerTest(adminClient.Instances, server.Directory).Run(cancellationToken).ConfigureAwait(false);
|
||||
}
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
Console.WriteLine($"TEST ERROR: {ex.GetType()} in flight!");
|
||||
throw;
|
||||
}
|
||||
finally
|
||||
{
|
||||
serverCts.Cancel();
|
||||
|
||||
Reference in New Issue
Block a user