mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-31 09:02:41 +01:00
Log OD build output
This commit is contained in:
@@ -215,6 +215,9 @@ namespace Tgstation.Server.Host.Components.Engine
|
||||
true))
|
||||
{
|
||||
var buildExitCode = await buildProcess.Lifetime;
|
||||
|
||||
Logger.LogDebug("Build output:{newLine}{output}", Environment.NewLine, await buildProcess.GetCombinedOutput(cancellationToken));
|
||||
|
||||
if (buildExitCode != 0)
|
||||
throw new JobException("OpenDream build failed!");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user