Skip to content

Commit 526f873

Browse files
committed
remvoe stack trace limit increase, update mdx-js/mdx
1 parent a8d5540 commit 526f873

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

frontend/src/config.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,3 @@ export const WEB_ADDRESS =
55
process.env.NEXT_PUBLIC_WEB_ADDRESS ?? "https://open.mp";
66

77
console.log(API_ADDRESS, WEB_ADDRESS);
8-
9-
Error.stackTraceLimit = 500;

frontend/yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1942,7 +1942,7 @@
19421942

19431943
"@mdx-js/mdx@https://github.com/openmultiplayer/mdx":
19441944
version "1.6.22"
1945-
resolved "https://github.com/openmultiplayer/mdx#5ee95736b2bc5127f5da918a6e7f728a9d073594"
1945+
resolved "https://github.com/openmultiplayer/mdx#c0803b39af086df33ce9f852992f9be4107224e7"
19461946
dependencies:
19471947
"@babel/core" "7.12.9"
19481948
"@babel/plugin-syntax-jsx" "7.12.1"

0 commit comments

Comments
 (0)