mirror of
				https://github.com/JuanCanham/HackMyResume.git
				synced 2025-10-31 05:07:26 +00:00 
			
		
		
		
	Tweak build command error condition.
This commit is contained in:
		| @@ -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; }); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user