Skip to content

Commit

Permalink
Merge pull request #2006 from ktock/debug-command
Browse files Browse the repository at this point in the history
debug: Add `buildx debug` command
  • Loading branch information
tonistiigi authored Oct 18, 2023
2 parents 48f9b86 + 198764f commit ac93a7f
Show file tree
Hide file tree
Showing 14 changed files with 395 additions and 271 deletions.
2 changes: 1 addition & 1 deletion build/result.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ func NewResultHandle(ctx context.Context, cc *client.Client, opt client.SolveOpt
gwClient: c,
gwCtx: ctx,
}
respErr = se
respErr = err // return original error to preserve stacktrace
close(done)

// Block until the caller closes the ResultHandle.
Expand Down
Loading

0 comments on commit ac93a7f

Please sign in to comment.