mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-24 21:46:52 +01:00
Log OpenDream build exit code
This commit is contained in:
@@ -229,7 +229,11 @@ namespace Tgstation.Server.Host.Components.Engine
|
||||
true,
|
||||
true);
|
||||
buildExitCode = await buildProcess.Lifetime;
|
||||
Logger.LogDebug("Build output:{newLine}{output}", Environment.NewLine, await buildProcess.GetCombinedOutput(cancellationToken));
|
||||
Logger.LogDebug(
|
||||
"OpenDream build exited with code {exitCode}:{newLine}{output}",
|
||||
buildExitCode,
|
||||
Environment.NewLine,
|
||||
await buildProcess.GetCombinedOutput(cancellationToken));
|
||||
},
|
||||
sourcePath,
|
||||
cancellationToken);
|
||||
|
||||
Reference in New Issue
Block a user