1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2025-07-13 21:51:13 +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

@ -90,10 +90,10 @@ _build = ( src, dst, opts ) ->
return
theme = _opts.themeObj = _loadTheme tFolder
_addFreebieFormats theme
catch
catch err
newEx =
fluenterror: HMSTATUS.themeLoad
inner: _error
inner: err
attempted: _opts.theme
quit: true
@err HMSTATUS.themeLoad, newEx