updated preview generation logging...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2016-12-14 02:09:42 +03:00
parent 005c030d79
commit 3c0bf7dcbd

View File

@ -134,6 +134,7 @@ var SharpActions = actions.Actions({
function(images, sizes, base_path, logger){ function(images, sizes, base_path, logger){
var that = this var that = this
logger = logger || this.logger logger = logger || this.logger
logger = logger && logger.push('Previews')
// get/normalize images... // get/normalize images...