Skip to content
This repository was archived by the owner on Oct 21, 2024. It is now read-only.

Commit 27d02e9

Browse files
committed
return stack error
1 parent f9a8279 commit 27d02e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/project/stack.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ func (s *stack) Run(ctx context.Context, input *StackInput) error {
387387

388388
slog.Info("done running stack command")
389389
if err != nil {
390-
slog.Info("error running stack command", "err", err)
390+
return errors.New("error running stack command")
391391
}
392392
return nil
393393
}

0 commit comments

Comments
 (0)