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

Tweak build command error condition.

This commit is contained in:
hacksalot 2016-01-18 18:36:24 -05:00
parent d220cedfeb
commit a81ad0fef2

View File

@ -68,7 +68,7 @@ Implementation of the 'build' verb for HackMyResume.
// Load input resumes as JSON...
var sheetObjects = ResumeFactory.load(src, {
format: null, objectify: false, throw: true, inner: { sort: _opts.sort }
format: null, objectify: false, quit: true, inner: { sort: _opts.sort }
}, this);
var sheets = sheetObjects.map(function(r) { return r.json; });