Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ddddddO committed Feb 12, 2023
1 parent 1f44778 commit 8e85908
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tree.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ func (t *tree) mkdir(ctx context.Context, roots <-chan *Node) <-chan error {
return t.mkdirer.mkdir(ctx, roots)
}

// パイプラインの全ステージで最初のエラーを返却
func handlePipelineErr(echs ...<-chan error) error {
eg, _ := errgroup.WithContext(context.TODO())
for i := range echs {
Expand Down

0 comments on commit 8e85908

Please sign in to comment.