mirror of
https://github.com/actions/runner.git
synced 2025-12-13 00:36:29 +00:00
Progress towards passing FileTable or FileID or FileName
This commit is contained in:
@@ -291,7 +291,9 @@ namespace GitHub.Runner.Worker.Handlers
|
||||
// Error
|
||||
if (exitCode != 0)
|
||||
{
|
||||
ExecutionContext.Error($"Process completed with exit code {exitCode}.");
|
||||
// TODO: Maybe add FileID here to pass to ScriptHandler for more helpful error message?
|
||||
// ExecutionContext.Error($"Process completed with exit code {exitCode} erroring in {GetFileName(Data.FileID)}");
|
||||
ExecutionContext.Error($"Process completed with exit code {exitCode}");
|
||||
ExecutionContext.Result = TaskResult.Failed;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user