diff options
Diffstat (limited to 'public/bundle.js')
| -rw-r--r-- | public/bundle.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/bundle.js b/public/bundle.js index 90a5d95..956943d 100644 --- a/public/bundle.js +++ b/public/bundle.js @@ -4449,7 +4449,7 @@ var load_directories = exports.load_directories = function load_directories() { var checkpoint = s.name.split('-').map(function (s) { return s.split(':'); }).filter(function (b) { - return b.length; + return b.length && b[1]; }).reduce(function (a, b) { return (a[b[0]] = b[1]) && a; }, {}); |
