You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: nodejs#44720
issue:
- `copyDir()` calls `checkPathsSync()`, which invokes `lstat()`
which causes error because of not checking the opts.filter
changes:
- check opts.filter before calling `checkPathsSync` and copy logic
- cleanup `startCopy` function
0 commit comments