Fix multi-match file area wildcard

This commit is contained in:
Bryan Ashby 2020-12-12 23:03:33 -07:00
parent 9e7536754d
commit 12ca811476
No known key found for this signature in database
GPG Key ID: B49EB437951D2542
1 changed files with 1 additions and 1 deletions

View File

@ -552,7 +552,7 @@ function scanFileAreas() {
console.info(`Processing area "${areaInfo.name}":`);
scanFileAreaForChanges(areaInfo, options, err => {
return callback(err);
return nextAreaTag(err);
});
}, err => {
return callback(err);