mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +00:00
tweaked logging...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
2334e0b28e
commit
3076044ccf
@ -1936,6 +1936,9 @@ var FileSystemWriterActions = actions.Actions({
|
||||
.catch(function(err){
|
||||
logger && logger.emit('error', err) })
|
||||
.then(function(){
|
||||
// XXX
|
||||
logger && logger.emit('queued', to)
|
||||
|
||||
return copy(from, to)
|
||||
// XXX do we need to have both of this
|
||||
// and the above .catch(..) or can
|
||||
@ -2106,6 +2109,8 @@ var FileSystemWriterActions = actions.Actions({
|
||||
|
||||
var to = img_dir +'/'+ name
|
||||
|
||||
logger && logger.emit('queued', to)
|
||||
|
||||
return copy(from, to)
|
||||
.then(function(){
|
||||
logger && logger.emit('done', to) })
|
||||
|
||||
@ -3,6 +3,7 @@
|
||||
<head>
|
||||
|
||||
<meta name="msapplication-tap-highlight" content="no" />
|
||||
<meta name="viewport" content="width=device-width, user-scalable=no" />
|
||||
|
||||
<link rel="prefetch" href="css/fonts/Open_Sans/OpenSans-Bold.ttf">
|
||||
<link rel="prefetch" href="css/fonts/Open_Sans/OpenSans-BoldItalic.ttf">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user