mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30: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)
|
logger && logger.emit('queued', to)
|
||||||
|
|
||||||
// destination exists...
|
// destination exists...
|
||||||
if(fs.existsSync(to)){
|
if(fse.existsSync(to)){
|
||||||
logger && logger.emit('skipping', to)
|
logger && logger.emit('skipping', to)
|
||||||
|
|
||||||
// copy...
|
// copy...
|
||||||
@ -2029,7 +2029,7 @@ var FileSystemWriterActions = actions.Actions({
|
|||||||
logger && logger.emit('queued', to)
|
logger && logger.emit('queued', to)
|
||||||
|
|
||||||
// destination exists...
|
// destination exists...
|
||||||
if(fs.existsSync(to)){
|
if(fse.existsSync(to)){
|
||||||
logger && logger.emit('skipping', to)
|
logger && logger.emit('skipping', to)
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user