Update repository URL

Related to c295ef085f.
This commit is contained in:
Jakob Linskeseder
2021-12-30 00:34:08 +01:00
committed by Jay Linski
parent 7e5890cf5a
commit c18ed16f71
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
export function wrapHelper(helper, transformOptionsFn) {
if (typeof helper !== 'function') {
// This should not happen, but apparently it does in https://github.com/wycats/handlebars.js/issues/1639
// This should not happen, but apparently it does in https://github.com/handlebars-lang/handlebars.js/issues/1639
// We try to make the wrapper least-invasive by not wrapping it, if the helper is not a function.
return helper;
}