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
{{ message }}
This repository has been archived by the owner on Nov 24, 2021. It is now read-only.
Expected:
I set a view engine to
pug
, sending an email withview.pug
should require me to pass insend('view')
.Actual:
We get an error that the file
viewpug
could not be found.We need to check if the view engine was defined with a dot, and then adjust how we append it appropriately.
The text was updated successfully, but these errors were encountered: