fork of https://github.com/sourcegraph/zoekt
0

Configure Feed

Select the types of activity you want to include in your feed.

Close file if fstat fails.

Change-Id: Id416e21bf8183bb68e1450959470373d41396628

+1
+1
shards/watcher.go
··· 61 61 } 62 62 fi, err := f.Stat() 63 63 if err != nil { 64 + f.Close() 64 65 return nil, err 65 66 } 66 67