We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 715ed43 commit e9ce3f6Copy full SHA for e9ce3f6
cmd/src/snapshot_testcmd.go
@@ -86,7 +86,7 @@ TEST DATA
86
}
87
if validationErrors != nil {
88
out.WriteLine(output.Linef(output.EmojiFailure, output.StyleFailure,
89
- "Critical issues found: %s", err.Error()))
+ "Critical issues found: %s", validationErrors.Error()))
90
return errors.New("validation failed")
91
92
out.WriteLine(output.Line(output.EmojiSuccess, output.StyleSuccess,
0 commit comments