ejs
ejs copied to clipboard
when cache is true, something wrong will be
line79 if (settings.cache && cache[viewPath]) return cache[viewPath](options.scope, options)
should be
return cache[viewPath].call()