Skip to content

Commit ec46a99

Browse files
committed
let's go even higher with stack trace limit
1 parent 0ce6fb5 commit ec46a99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ export const WEB_ADDRESS =
66

77
console.log(API_ADDRESS, WEB_ADDRESS);
88

9-
Error.stackTraceLimit = 100;
9+
Error.stackTraceLimit = 500;

0 commit comments

Comments
 (0)