Commit dba131f
committed
Closes #13.
Due to the missing \FilesystemIterator::SKIP_DOTS flag, the cleanup
worker attempted to delete ".." as a child of a directory, which
resulted in the described error. This commit adds the corresponding
flag.1 parent 14b9b58 commit dba131f
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
159 | | - | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
160 | 163 | | |
161 | 164 | | |
162 | 165 | | |
| |||
204 | 207 | | |
205 | 208 | | |
206 | 209 | | |
207 | | - | |
| 210 | + | |
0 commit comments