mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-11 15:21:02 +00:00
fix error message handler->holder
This commit is contained in:
parent
c2c1910671
commit
64c3dae4d7
1 changed files with 1 additions and 1 deletions
|
|
@ -386,7 +386,7 @@ func (s *Server) Close() error {
|
|||
// some way to combine all the errors, but probably not important enough to
|
||||
// warrant the extra complexity.
|
||||
if errh != nil {
|
||||
return errors.Wrap(errh, "closing handler")
|
||||
return errors.Wrap(errh, "closing holder")
|
||||
} else if errt != nil {
|
||||
return errors.Wrap(errt, "closing translateFile")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue