mirror of
https://github.com/actions/runner.git
synced 2025-12-12 15:13:30 +00:00
Revert "Dont log error twice in ExecutionContext on template error (#2634)"
This reverts commit 48cbee08f9.
This commit is contained in:
@@ -1401,7 +1401,7 @@ namespace GitHub.Runner.Worker
|
|||||||
|
|
||||||
public void Error(string format, params Object[] args)
|
public void Error(string format, params Object[] args)
|
||||||
{
|
{
|
||||||
_executionContext.Debug(string.Format(CultureInfo.CurrentCulture, format, args));
|
_executionContext.Error(string.Format(CultureInfo.CurrentCulture, format, args));
|
||||||
}
|
}
|
||||||
|
|
||||||
public void Info(string format, params Object[] args)
|
public void Info(string format, params Object[] args)
|
||||||
|
|||||||
Reference in New Issue
Block a user