Closed squaremo closed 5 years ago
The original implementation of fs.walk avoided pushing empty slices onto the stack; however, this meant it missed calling the post hook in the case when the last entry in a directory was itself a directory.
fs.walk
The original implementation of
fs.walk
avoided pushing empty slices onto the stack; however, this meant it missed calling the post hook in the case when the last entry in a directory was itself a directory.