chore: increase debug stack trace (#12792)

pull/12794/head
Rich Harris 1 month ago committed by GitHub
parent 8ac13f76f1
commit f13c722ce4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -21,7 +21,10 @@
"type": "node",
"request": "launch",
"name": "Run sandbox",
"program": "${workspaceFolder}/playgrounds/sandbox/run.js"
"program": "${workspaceFolder}/playgrounds/sandbox/run.js",
"env": {
"NODE_OPTIONS": "--stack-trace-limit=10000"
}
}
],
"compounds": [

Loading…
Cancel
Save