From e23fefa0c51775311162103891652f84cb8582f9 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 13 Aug 2017 02:24:51 +0300 Subject: [PATCH] investigating a possible bug... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/filesystem.js | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ui (gen4)/features/filesystem.js b/ui (gen4)/features/filesystem.js index 0993719c..269d63f1 100755 --- a/ui (gen4)/features/filesystem.js +++ b/ui (gen4)/features/filesystem.js @@ -355,6 +355,17 @@ var FileSystemLoaderActions = actions.Actions({ logger && logger.emit('load index', index) + + // XXX BUG?: some times we reach this point with index + // equaling null + // ...we are not fixing this here as the cause of + // this issue is likely someplace else and that + // needs investigating... + // XXX REMOVE WHEN ISSUE FIXED... + !index + && console.error('Failed to load index from:', paths) + + // prepare the location data... index.location = { path: path,