mirror of
https://github.com/expressjs/expressjs.com.git
synced 2026-02-22 03:51:33 +00:00
In the "developing template engines" example, adjusting code to return template errors to the callback. This clarifies the first argument is used for errors (which is standard notation, but non-obvious in the example).