Skip to content

Commit f13c722

Browse files
authored
chore: increase debug stack trace (#12792)
1 parent 8ac13f7 commit f13c722

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.vscode/launch.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@
2121
"type": "node",
2222
"request": "launch",
2323
"name": "Run sandbox",
24-
"program": "${workspaceFolder}/playgrounds/sandbox/run.js"
24+
"program": "${workspaceFolder}/playgrounds/sandbox/run.js",
25+
"env": {
26+
"NODE_OPTIONS": "--stack-trace-limit=10000"
27+
}
2528
}
2629
],
2730
"compounds": [

0 commit comments

Comments
 (0)