mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +00:00
notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
de430ebef8
commit
7c0a63e836
@ -1869,6 +1869,9 @@ var FileSystemWriterActions = actions.Actions({
|
|||||||
var from = (img_base || base_dir) +'/'+ preview_path
|
var from = (img_base || base_dir) +'/'+ preview_path
|
||||||
to = path +'/'+ (to || preview_path)
|
to = path +'/'+ (to || preview_path)
|
||||||
|
|
||||||
|
// we do not need to report repeats...
|
||||||
|
// NOTE: these can occur because the same image can
|
||||||
|
// be included as a preview and as .path...
|
||||||
if(seen.has(to)){
|
if(seen.has(to)){
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user