1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2024-06-30 23:40:05 +01:00

Fix BUILD command event notifications.

This commit is contained in:
hacksalot 2016-01-12 12:46:55 -05:00
parent 6cd1e60e79
commit 8ced6a730a

View File

@ -81,7 +81,7 @@ Implementation of the 'build' verb for HackMyResume.
var sheets = ResumeFactory.load(src, {
log: _log, format: theme.render ? 'JRS' : 'FRESH',
objectify: true, throw: true
}).map(function(sh){ return sh.rez; });
}, this).map(function(sh){ return sh.rez; });
// Merge input resumes...
(sheets.length > 1) && this.stat( HME.beforeMerge, { f: _.clone(sheets) });