Skip to content

Commit

Permalink
smaller limit for all cases, #9
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Kauzmann <[email protected]>
  • Loading branch information
zepumph committed May 14, 2024
1 parent c09f0b7 commit 27cf5d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/assert.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
if ( stackTraceWritable ) {

// @ts-ignore
Error.stackTraceLimit = 100;
Error.stackTraceLimit = 20;
}

throw new Error( assertPrefix + messages.join( '\n ' ) );
Expand Down

0 comments on commit 27cf5d5

Please sign in to comment.