sub folder's file download
This commit is contained in:
parent
351c3e8ebb
commit
6c2a120dc5
|
@ -56,7 +56,7 @@ function validateName(name, cb) {
|
|||
return false;
|
||||
}
|
||||
var match = namePattern.exec(name);
|
||||
if (match && match.index === 0 && match[0].length === name.length) {
|
||||
if (match && match.index === 0) {
|
||||
return true;
|
||||
} else {
|
||||
cb && process.nextTick(cb.bind(null,
|
||||
|
|
Loading…
Reference in New Issue