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 d5ac256 commit b60f726Copy full SHA for b60f726
cmd/formatter/errors.go
@@ -84,5 +84,5 @@ func PrintError(err error, msg string) {
84
if logger != nil {
85
logger.WithError(err).Error(msg)
86
}
87
- Print(msg)
+ Print(FromError(errors.New(msg)))
88
0 commit comments