mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-01 02:03:18 +00:00
@@ -40,7 +40,8 @@ export default () => {
|
||||
}
|
||||
|
||||
if (isProcRunning(_proc)) {
|
||||
stream = apiClient.streamLogs(owner, repo, build, _proc.pid, onLogsUpdate);
|
||||
// load stream of parent process (which receives all child processes logs)
|
||||
stream = apiClient.streamLogs(owner, repo, build, _proc.ppid, onLogsUpdate);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user