mirror of
https://github.com/strapi/strapi.git
synced 2025-09-26 17:00:55 +00:00

Some exceptions, like module inclusion errors, don't generate nice Error objects with message defined. This causes hard-to-debug failures. When encountering an error with no message, show the whole Error object. Signed-off-by: Jason Prado <jason.prado@gmail.com> Co-authored-by: Alexandre BODIN <alexandrebodin@users.noreply.github.com>
strapi
The Strapi HTTP layer sits on top of Koa. Its ensemble of small modules work together to provide simplicity, maintainability, and structural conventions to Node.js applications.