sub folder's file download

This commit is contained in:
andrei0807 2019-07-11 10:02:00 +08:00 committed by GitHub
parent 351c3e8ebb
commit 6c2a120dc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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,