diff options
| author | citrons <citrons@mondecitronne.com> | 2025-06-01 15:26:52 -0500 |
|---|---|---|
| committer | citrons <citrons@mondecitronne.com> | 2025-06-01 15:27:06 -0500 |
| commit | f22f12b4fc1c9aa733cf68000afb425a87dcc222 (patch) | |
| tree | a5255e4e426bc029feb08ae79e2fbfc5bde661db /proto/fail.go | |
| parent | 6858497999286700603b8cf54741d13269e7736c (diff) | |
error message strings
Diffstat (limited to 'proto/fail.go')
| -rw-r--r-- | proto/fail.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/fail.go b/proto/fail.go index 0b6366b..bd54965 100644 --- a/proto/fail.go +++ b/proto/fail.go @@ -7,5 +7,5 @@ func (f Fail) Cmd() Command { } func (f Fail) Error() string { - return f.Kind + return Strfail(Object(f)) } |
