tweaked logging...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2016-11-14 17:10:42 +03:00
parent 2334e0b28e
commit 3076044ccf
2 changed files with 6 additions and 0 deletions

View File

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

View File

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