diff --git a/.vscode/settings.json b/.vscode/settings.json index 5a33b7a0..8f178ef7 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -29,5 +29,6 @@ "!Select sequence", "!Split", "!Split sequence" - ] + ], + "dotnet.defaultSolution": "dist/default-build-script/default-build-script.sln" } diff --git a/dist/index.js b/dist/index.js index b6e0205a..15e8a338 100644 Binary files a/dist/index.js and b/dist/index.js differ diff --git a/dist/index.js.map b/dist/index.js.map index e8169d40..9d9c8e91 100644 Binary files a/dist/index.js.map and b/dist/index.js.map differ diff --git a/src/model/cloud-runner/remote-client/remote-client-logger.ts b/src/model/cloud-runner/remote-client/remote-client-logger.ts index 5d27b9b8..593f2370 100644 --- a/src/model/cloud-runner/remote-client/remote-client-logger.ts +++ b/src/model/cloud-runner/remote-client/remote-client-logger.ts @@ -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); } }