Log OD build output

This commit is contained in:
Jordan Dominion
2023-10-14 22:24:37 -04:00
parent 7671eeeb25
commit 0544c0241c
@@ -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!");
}