1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2025-05-10 07:47:07 +01:00

chore: update project dependencies

This commit is contained in:
hacksalot
2018-02-12 00:05:29 -05:00
parent 7144126175
commit c4f7350528
71 changed files with 1600 additions and 1737 deletions

View File

@ -34,11 +34,11 @@ HandlebarsGenerator = module.exports =
assumeObjects: false
noEscape: data.opts.noescape
return template data
catch
catch err
throw
fluenterror:
HMSTATUS[ if template then 'invokeTemplate' else 'compileTemplate' ]
inner: _error
inner: err

View File

@ -24,12 +24,12 @@ UnderscoreGenerator = module.exports =
# Compile and run the Handlebars template.
t = _.template tpl
t data
catch
catch err
#console.dir _error
HMS = require '../core/status-codes'
throw
fluenterror: HMS[if t then 'invokeTemplate' else 'compileTemplate']
inner: _error
inner: err