ejs icon indicating copy to clipboard operation
ejs copied to clipboard

in ES6 happen error, when use Reflect

Open wanglihui opened this issue 9 years ago • 0 comments

I found do this can fixed!

/ejs/lib/ejs.js rows 287 //options.proto = options.locals; for(var key in options.locals) { options[key] = options.locals[key]; }

wanglihui avatar Aug 25 '15 03:08 wanglihui