Skip to content

Commit 8d6b126

Browse files
authored
Ensure clone-all waits for collector to stop (#1223)
1 parent f6f1d81 commit 8d6b126

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/tooling/docs-assembler/Cli/RepositoryCommands.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ public async Task<int> CloneAll(
5757
var cloner = new AssemblerRepositorySourcer(logger, assembleContext);
5858
_ = await cloner.AcquireAllLatest(ctx);
5959

60+
await collector.StopAsync(ctx);
61+
6062
if (strict ?? false)
6163
return collector.Errors + collector.Warnings;
6264
return collector.Errors;

0 commit comments

Comments
 (0)