Skip to content

Conversation

@bill209
Copy link

@bill209 bill209 commented May 23, 2015

the cause: when a regex filter is provided as an option, the first
check is made against the path name, and if the path does not match the
regex option, then the callback function is called with no error, and
the code is exited without processing any of the files within the
folder.
this change simply ignores the first iteration through the startCopy
function, which is the path name.

the cause: when a regex filter is provided as an option, the first
check is made against the path name, and if the path does not match the
regex option, then the callback function is called with no error, and
the code is exited without processing any of the files within the
folder.
this change simply ignores the first iteration through the startCopy
function, which is the path name.
bill209 added a commit to bill209/buildIt that referenced this pull request Jul 26, 2015
added fix to ncp module
AvianFlu/ncp#96
@Sibz
Copy link

Sibz commented Nov 15, 2016

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants