Add in Log line numbers for streaming logs (#663)

* Add in Log line

Co-authored-by: yaananth (Yash) <[email protected]>
This commit is contained in:
Thomas Brumley
2021-04-20 21:41:57 -04:00
committed by TingluoHuang
co-authored by yaananth
parent 2b0a2aeba2
commit 593673ba9e
7 changed files with 94 additions and 17 deletions
+2 -1
View File
@@ -717,7 +717,8 @@ namespace GitHub.Runner.Worker
}
}
_jobServerQueue.QueueWebConsoleLine(_record.Id, msg);
_jobServerQueue.QueueWebConsoleLine(_record.Id, msg, totalLines);
return totalLines;
}