lengthen stack trace

pull/12780/head
Rich Harris 2 years ago
parent cdd2f24b82
commit c7060fd878

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