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
fix lint
pull/8122/head
tycho garen
3 years ago
parent
464ffcabf7
commit
44cb178c89
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
internal/libs/autofile/cmd/logjack.go
+ 1
- 2
internal/libs/autofile/cmd/logjack.go
View File
@ -75,9 +75,8 @@ func main() {
if
err
!=
nil
{
if
err
==
io
.
EOF
{
return
}
else
{
stdlog
.
Fatalln
(
"logjack errored:"
,
err
.
Error
(
)
)
}
stdlog
.
Fatalln
(
"logjack errored:"
,
err
.
Error
(
)
)
}
_
,
err
=
group
.
Write
(
buf
[
:
n
]
)
if
err
!=
nil
{
Write
Preview
Loading…
Cancel
Save