The codebase that powers boop.cat boop.cat
11
fork

Configure Feed

Select the types of activity you want to include in your feed.

show invalid build command error to user

scanash00 b6a2278d 9fc2930c

+3
+3
backend-go/deploy/build.go
··· 174 174 175 175 if customCommand != "" { 176 176 if err := validateBuildCommand(customCommand); err != nil { 177 + if b.Logger != nil { 178 + b.Logger(fmt.Sprintf("Invalid build command: %v\n", err)) 179 + } 177 180 return "", fmt.Errorf("invalid build command: %w", err) 178 181 } 179 182 if b.Logger != nil {