mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-06 00:25:55 +00:00
more error context
This commit is contained in:
parent
c763701f08
commit
1e5be4f027
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ func (c *RemoteCluster) Start() error {
|
|||
}
|
||||
err = w.Close()
|
||||
if err != nil {
|
||||
return err
|
||||
return fmt.Errorf("closing config writer: %v", err)
|
||||
}
|
||||
|
||||
// Start pilosa on remote host
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue