chore: increase debug stack trace

pull/12792/head
Rich Harris 2 years ago
parent 1a3dbda20c
commit 60cedc0b51

@ -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