Added FUSE support #55
1
fuse.go
1
fuse.go
@ -17,7 +17,6 @@ func startFUSE(ctx context.Context, dev *infinitime.Device) error {
|
|||||||
log.Error("Building root node failed").
|
log.Error("Building root node failed").
|
||||||
Err(err).
|
Err(err).
|
||||||
Send()
|
Send()
|
||||||
return err
|
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
yannickulrich marked this conversation as resolved
Outdated
|
|||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user
err
is returned twice hereOh, sorry, fixed now