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