This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
tendermint
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
221
Wiki
Activity
Browse Source
Remove Printf
pull/1842/head
Ethan Frey
8 years ago
parent
0ecb38c6da
commit
59a77e7bef
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
cli/setup.go
+ 0
- 1
cli/setup.go
View File
@ -102,7 +102,6 @@ func (e Executor) Execute() error {
fmt
.
Println
(
"ERROR:"
,
err
.
Error
(
)
)
}
fmt
.
Printf
(
"%#v\n"
,
e
)
// return error code 1 by default, can override it with a special error type
exitCode
:=
1
if
ec
,
ok
:=
err
.
(
ExitCoder
)
;
ok
{
Write
Preview
Loading…
Cancel
Save