mirror of
https://github.com/actions/runner.git
synced 2025-12-10 20:36:49 +00:00
Add in Log line numbers for streaming logs (#663)
* Add in Log line Co-authored-by: yaananth (Yash) <yaananth@github.com>
This commit is contained in:
@@ -717,7 +717,8 @@ namespace GitHub.Runner.Worker
|
||||
}
|
||||
}
|
||||
|
||||
_jobServerQueue.QueueWebConsoleLine(_record.Id, msg);
|
||||
_jobServerQueue.QueueWebConsoleLine(_record.Id, msg, totalLines);
|
||||
|
||||
return totalLines;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user