mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2025-07-07 02:31:07 +01:00
Improve error handling.
This commit is contained in:
@ -15,9 +15,10 @@ Template helper definitions for Handlebars.
|
||||
Register useful Handlebars helpers.
|
||||
@method registerHelpers
|
||||
*/
|
||||
module.exports = function( theme ) {
|
||||
module.exports = function( theme, opts ) {
|
||||
|
||||
helpers.theme = theme;
|
||||
helpers.opts = opts;
|
||||
HANDLEBARS.registerHelper( helpers );
|
||||
|
||||
};
|
||||
|
Reference in New Issue
Block a user