| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
change the name to make it consistent with cp-async
Sorry, something went wrong.
There was a problem hiding this comment.
Changes LGTM, if you want to open a separate PR to investigate why the options object gets mutated that'd be great!
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Fixes: #44720
replicate #44922 for cpSync
issues:
As a result, the path validation logic still gets triggered
even though the file or folder is filtered out
e.g. need to call opts.filter(src, dest) in several places
changes:
(with consideration of opts.filter) before copying
to checkParentDir to make it consistent with copy async