* Improvements to ANSI parser
* Introduction of storage tags for file bases / areas * Expiration for file web server items * WIP work on clean ANSI (on hold for a bit while other file base stuff is worked on)
This commit is contained in:
@@ -435,7 +435,7 @@ function handleConfigCommand() {
|
||||
}
|
||||
}
|
||||
|
||||
function fileAreaScan(areaTag) {
|
||||
function fileAreaScan() {
|
||||
async.waterfall(
|
||||
[
|
||||
function init(callback) {
|
||||
@@ -453,7 +453,7 @@ function fileAreaScan(areaTag) {
|
||||
},
|
||||
function performScan(fileAreaMod, areaInfo, callback) {
|
||||
fileAreaMod.scanFileAreaForChanges(areaInfo, err => {
|
||||
|
||||
return callback(err);
|
||||
});
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user