diff --git a/ui (gen4)/features/filesystem.js b/ui (gen4)/features/filesystem.js index 40c4f461..d6fa7005 100755 --- a/ui (gen4)/features/filesystem.js +++ b/ui (gen4)/features/filesystem.js @@ -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) }) diff --git a/ui (gen4)/index.html b/ui (gen4)/index.html index 81dde0f0..223decf2 100755 --- a/ui (gen4)/index.html +++ b/ui (gen4)/index.html @@ -3,6 +3,7 @@ +