• Michael Schurter's avatar
    Handle errors during snapshotting · 3d437fa2
    Michael Schurter authored
    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`.
    3d437fa2