ejs icon indicating copy to clipboard operation
ejs copied to clipboard

when cache is true, something wrong will be

Open fangxu864 opened this issue 2 years ago • 0 comments

line79 if (settings.cache && cache[viewPath]) return cache[viewPath](options.scope, options)

should be

return cache[viewPath].call()

fangxu864 avatar Aug 06 '22 13:08 fangxu864