Is there a way to get more than 10 lines in a node.js stack error?
function a() { dieInHell(); } function b() { a(); } function c() { b(); } function d() { c
Use the https://github.com/tlrobinson/long-stack-traces module.