🐛 After we walk over a single item in a series, we should move on to the next
This commit is contained in:
parent
5282c1fd26
commit
c5bc53fb8c
1 changed files with 1 additions and 0 deletions
|
|
@ -56,6 +56,7 @@ func WalkFiles(d *Data, stopOnError, silent bool, cb func(s *Show, path string)
|
||||||
if err != nil && stopOnError {
|
if err != nil && stopOnError {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
break
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue