mirror of
https://github.com/game-ci/unity-builder.git
synced 2025-07-07 20:35:33 -04:00
no wait, just repeat logs
This commit is contained in:
parent
c658a08c00
commit
9900a91ede
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@ -29,5 +29,6 @@
|
||||
"!Select sequence",
|
||||
"!Split",
|
||||
"!Split sequence"
|
||||
]
|
||||
],
|
||||
"dotnet.defaultSolution": "dist/default-build-script/default-build-script.sln"
|
||||
}
|
||||
|
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.
@ -49,7 +49,6 @@ export class RemoteClientLogger {
|
||||
|
||||
// loop for 5 mins logging the logs every minute
|
||||
for (let index = 0; index < 2; index++) {
|
||||
await new Promise((resolve) => setTimeout(resolve, 60000));
|
||||
CloudRunnerLogger.log(logs);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user