mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +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...
|
// count the number of files...
|
||||||
// NOTE: we do not care how long it will take
|
// NOTE: we do not care how long it will take
|
||||||
// so we'll not wait...
|
// 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
|
// NOTE: we are not using promise.all(..) here because it
|
||||||
// triggers BEFORE the first make(..) is called...
|
// triggers BEFORE the first make(..) is called...
|
||||||
@ -319,7 +320,7 @@ object.Constructor('Walk', browse.Browser, {
|
|||||||
|
|
||||||
fileCountPattern: '*',
|
fileCountPattern: '*',
|
||||||
|
|
||||||
disableFiles: false,
|
disableFiles: true,
|
||||||
|
|
||||||
disableDotFiles: true,
|
disableDotFiles: true,
|
||||||
//disableHiddenFiles: false,
|
//disableHiddenFiles: false,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user