minor fix...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2021-02-06 05:35:27 +03:00
parent 6be15ca2ff
commit 5955743c77

View File

@ -900,7 +900,7 @@ var FileSystemLoaderActions = actions.Actions({
// XXX we could mark all the index test/recovery actions and
// get them here dynamically...
return Promise.all([
this.checkIndexPaths(),
context.checkIndexPaths(),
// XXX more checks???
]).then(function(res){
// XXX either make res format a protocol requirement or