gitpushblog icon indicating copy to clipboard operation
gitpushblog copied to clipboard

exception handling for _config.yml

Open geekodour opened this issue 8 years ago • 0 comments

the _config.yml files is fetch from the filesystem, but there's no exception handling in there, if there is error in _config.yml the error output is unhelpful. used lines: https://github.com/geekodour/gitpushblog/blob/master/scripts/init.js#L12 https://github.com/geekodour/gitpushblog/blob/master/scripts/nunjucks_config.js#L12

geekodour avatar Jul 07 '17 04:07 geekodour