Skip to content

Commit

Permalink
make sure we're done printing before leaving
Browse files Browse the repository at this point in the history
Signed-off-by: Adrien Delorme <[email protected]>
  • Loading branch information
azr committed Dec 6, 2023
1 parent 71f1a05 commit 15debcd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmd/buildctl/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,9 @@ func buildAction(clicontext *cli.Context) error {
}
}
}

meg.Wait()

return nil
}

Expand Down

0 comments on commit 15debcd

Please sign in to comment.