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 b3f05d0 commit f417972Copy full SHA for f417972
cmd/trygolang/errs.go
@@ -15,7 +15,7 @@ type (
15
)
16
17
func (e *ExecError) Error() string {
18
- return fmt.Sprintf("[Error] %s (%s)", e.Err.Error(), e.Name)
+ return fmt.Sprintf("%s (%s)", e.Err.Error(), e.Name)
19
}
20
21
// Unwrap -- 内部エラーを返します.
0 commit comments