Commit 05f6f4a
committed
fix: use isFileInFolder for cross-platform opaque whiteout dir matching
isFileInOpaqueDir was using path.dirname and path.sep directly, which
breaks on Windows where path.sep is \ but Docker paths use /. Reuse
the existing isFileInFolder helper which normalizes paths first —
same pattern as isFileInARemovedFolder.1 parent cb73d68 commit 05f6f4a
1 file changed
+3
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
310 | 310 | | |
311 | 311 | | |
312 | 312 | | |
313 | | - | |
314 | | - | |
315 | | - | |
316 | | - | |
317 | | - | |
318 | | - | |
319 | | - | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
320 | 316 | | |
321 | 317 | | |
322 | 318 | | |
| |||
0 commit comments