Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pkg/compose/hook.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ func (s composeService) runWaitExec(ctx context.Context, execID string, service
TTY: service.Tty,
})
if err != nil {
return nil
return err
}

// We miss a ContainerExecWait API
Expand Down
2 changes: 2 additions & 0 deletions pkg/compose/hook_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//go:build !windows

/*
Copyright 2020 Docker Compose CLI authors

Expand Down