Skip to content

Commit

Permalink
missing error log inside handlebar abe helper
Browse files Browse the repository at this point in the history
  • Loading branch information
wonknu committed Nov 8, 2016
1 parent 52d1c6c commit f64c6ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cli/cms/editor/handlebars/compileAbe.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export default function compileAbe(){
value = content ? content[hash['dictionnary']][arguments[0].data.index][key] : hash.key
}
catch(e){
console.log(e.stack)
value = ''
}
if(typeof value === 'function' || value == null) {
Expand Down

0 comments on commit f64c6ed

Please sign in to comment.