ejs
ejs copied to clipboard
Error reporting EJS errors in express
We're using EJS with node, and when we have an error in an included ejs file the line-numbers for where the error occurred is totally off. Is there anyway to get better error reporting for EJS problems?
Can you show an example?