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:
@ -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
|
||||
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user