You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the report! This is a bug in the ejs library because their __express export is not async as we require. You can report the bug to ejs at https://github.com/mde/ejs
What I can do is put down for Express 5.0 that we will make res.render always be async, even if the view engine you are using is violating our interface and executing the callback sync.
app.render
method with callback sometimes callbacks twice, if callback throws exception.Express.js: 4.12.4
ejs: 2.3.1
Node.js: 0.12.2
The text was updated successfully, but these errors were encountered: