More than 10 lines in a node.js stack error?

后端 未结 4 1905
花落未央
花落未央 2020-12-07 11:11

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         


        
4条回答
提交回复
热议问题