fix: Show error messages on fatal failures #32

This commit is contained in:
abhisek
2025-05-17 16:55:48 +05:30
parent b85f77cfbc
commit 3d55ef079c
7 changed files with 86 additions and 41 deletions
+2
View File
@@ -172,6 +172,8 @@ func (g *packageManagerGuard) continueExecution(ctx context.Context, pc *package
cmd.Stdout = os.Stdout
cmd.Stderr = os.Stderr
// We will fail based on executed command's exit code. This is important
// because other tools (scripts, CI etc.) may depend on this exit code.
return cmd.Run()
}