Skip to content

Commit

Permalink
no wait, just repeat logs
Browse files Browse the repository at this point in the history
  • Loading branch information
frostebite committed Aug 15, 2023
1 parent c658a08 commit 9900a91
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@
"!Select sequence",
"!Split",
"!Split sequence"
]
],
"dotnet.defaultSolution": "dist/default-build-script/default-build-script.sln"
}
1 change: 0 additions & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}
Expand Down

0 comments on commit 9900a91

Please sign in to comment.