mirror of
https://github.com/slackhq/nebula.git
synced 2026-03-10 00:31:54 -07:00
Merge e4ca72be0a into 7760ccefba
This commit is contained in:
commit
283aff0238
1 changed files with 1 additions and 1 deletions
|
|
@ -406,9 +406,9 @@ func readDirNames(path string) ([]string, error) {
|
|||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
defer f.Close()
|
||||
|
||||
paths, err := f.Readdirnames(-1)
|
||||
f.Close()
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue