From 5955743c7763b55170526c9873e9569d67e62b23 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 6 Feb 2021 05:35:27 +0300 Subject: [PATCH] minor fix... Signed-off-by: Alex A. Naanou --- Viewer/features/filesystem.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Viewer/features/filesystem.js b/Viewer/features/filesystem.js index 775b3f99..e0eabdf1 100755 --- a/Viewer/features/filesystem.js +++ b/Viewer/features/filesystem.js @@ -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