From 3076044ccf9dfcf60abb0ea79cdf67f258a461c9 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 14 Nov 2016 17:10:42 +0300 Subject: [PATCH] tweaked logging... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/filesystem.js | 5 +++++ ui (gen4)/index.html | 1 + 2 files changed, 6 insertions(+) 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 @@ +