Fix lint error
This commit is contained in:
parent
8d29e25823
commit
29666bd51b
@ -34,7 +34,7 @@ func (t *BackgroundTask) Do() {
|
|||||||
t.log.Print("(the following is an object, not an error)")
|
t.log.Print("(the following is an object, not an error)")
|
||||||
t.log.Print(r)
|
t.log.Print(r)
|
||||||
}
|
}
|
||||||
t.log.Output(2, string(debug.Stack()))
|
panic_if(t.log.Output(2, string(debug.Stack())))
|
||||||
}
|
}
|
||||||
}()
|
}()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user