Handle errors during snapshotting
If an alloc dir is being GC'd (removed) during snapshotting the walk func will be passed an error. Previously we didn't check for an error so a panic would occur when we'd try to use a nil `fileInfo`.
Showing
+5 -1
Please register or sign in to comment