mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2024-11-05 01:56:21 +00:00
Tweak build command error condition.
This commit is contained in:
parent
d220cedfeb
commit
a81ad0fef2
@ -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; });
|
||||
|
Loading…
Reference in New Issue
Block a user