mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +00:00
minor tweak...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
b52c3c2c0b
commit
511422f8d9
@ -206,7 +206,8 @@ function(path, make){
|
||||
// count the number of files...
|
||||
// NOTE: we do not care how long it will take
|
||||
// so we'll not wait...
|
||||
res && dir && elem && _countDirFiles(path, file, elem)
|
||||
res && dir && elem
|
||||
&& _countDirFiles(path, file, elem)
|
||||
})
|
||||
// NOTE: we are not using promise.all(..) here because it
|
||||
// triggers BEFORE the first make(..) is called...
|
||||
@ -319,7 +320,7 @@ object.Constructor('Walk', browse.Browser, {
|
||||
|
||||
fileCountPattern: '*',
|
||||
|
||||
disableFiles: false,
|
||||
disableFiles: true,
|
||||
|
||||
disableDotFiles: true,
|
||||
//disableHiddenFiles: false,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user