Even more logs lol

This commit is contained in:
Joanna Krzek-Lubowiecka
2023-06-13 07:17:20 +00:00
committed by GitHub
parent 4c777889ae
commit 76d01120a3

View File

@@ -1401,7 +1401,7 @@ namespace GitHub.Runner.Worker
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)