mirror of
https://github.com/actions/runner.git
synced 2025-12-11 12:57:05 +00:00
Even more logs lol
This commit is contained in:
committed by
GitHub
parent
4c777889ae
commit
76d01120a3
@@ -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.Error(string.Format(CultureInfo.CurrentCulture, format, args));
|
_executionContext.Error("error from template trace writer: " + 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