Show More Lines in a Node.js Error Stack Trace
Show more frames in a Node.js stack trace by raising Error.stackTraceLimit above the default 10 — handy when debugging errors with a truncated trace.
~ % grep -r "debugging" ./til
1 entry found
Show more frames in a Node.js stack trace by raising Error.stackTraceLimit above the default 10 — handy when debugging errors with a truncated trace.