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 1191e1f commit efe2d60Copy full SHA for efe2d60
internal/utils/utils.go
@@ -17,7 +17,7 @@ func init() {
17
18
func RespError(err error) error {
19
if err != nil {
20
- errMsg := fmt.Sprintf("there was an error during the call execution: %s", err)
+ errMsg := fmt.Sprintf("there was an error during the call execution: %s\n", err)
21
22
if verbose {
23
log.SetOutput(os.Stderr)
0 commit comments