Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2019-04-11 03:26:26 +03:00
parent de430ebef8
commit 7c0a63e836

View File

@ -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
} }