We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48a418b commit 687217fCopy full SHA for 687217f
1 file changed
lib/verbosity.js
@@ -18,6 +18,9 @@ export function setVerbosityFromEnv() {
18
if (Object.keys(VERBOSITY).includes(env)) {
19
verbosity = VERBOSITY[env];
20
}
21
+ if (!isDebugVerbosity()) {
22
+ Error.stackTraceLimit = 0;
23
+ }
24
};
25
26
export function debuglog(...args) {
0 commit comments