mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +00:00
bugfix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
bd9027094b
commit
458a67b4b4
@ -1852,7 +1852,7 @@ var FileSystemWriterActions = actions.Actions({
|
||||
logger && logger.emit('queued', to)
|
||||
|
||||
// destination exists...
|
||||
if(fs.existsSync(to)){
|
||||
if(fse.existsSync(to)){
|
||||
logger && logger.emit('skipping', to)
|
||||
|
||||
// copy...
|
||||
@ -2029,7 +2029,7 @@ var FileSystemWriterActions = actions.Actions({
|
||||
logger && logger.emit('queued', to)
|
||||
|
||||
// destination exists...
|
||||
if(fs.existsSync(to)){
|
||||
if(fse.existsSync(to)){
|
||||
logger && logger.emit('skipping', to)
|
||||
|
||||
} else {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user