mirror of
https://github.com/game-ci/unity-builder.git
synced 2025-07-07 20:35:33 -04:00
hashed logging k8s
This commit is contained in:
parent
c0f9b06f04
commit
cc57addcc7
BIN
dist/index.js
generated
vendored
BIN
dist/index.js
generated
vendored
Binary file not shown.
BIN
dist/index.js.map
generated
vendored
BIN
dist/index.js.map
generated
vendored
Binary file not shown.
@ -66,7 +66,10 @@ class KubernetesTaskRunner {
|
||||
shouldCleanup,
|
||||
output,
|
||||
));
|
||||
FollowLogStreamService.DidReceiveEndOfTransmission = RemoteClientLogger.HandleLogChunkLine(message);
|
||||
const result = RemoteClientLogger.HandleLogChunkLine(message);
|
||||
if (result) {
|
||||
FollowLogStreamService.DidReceiveEndOfTransmission = true;
|
||||
}
|
||||
}
|
||||
if (FollowLogStreamService.DidReceiveEndOfTransmission) {
|
||||
CloudRunnerLogger.log('end of log stream');
|
||||
|
Loading…
Reference in New Issue
Block a user