We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6f84df1 + 5840327 commit 0cf42b9Copy full SHA for 0cf42b9
package.json
@@ -2,7 +2,7 @@
2
"name": "@typescript/server-replay",
3
"author": "Microsoft Corp.",
4
"homepage": "https://github.com/microsoft/typescript-server-replay#readme",
5
- "version": "0.2.12",
+ "version": "0.2.13",
6
"license": "MIT",
7
"description": "Replay server requests from a file",
8
"keywords": [
replay.js
@@ -234,6 +234,7 @@ async function main() {
234
const nodeArgs = [
235
"--max-old-space-size=4096",
236
"--expose-gc",
237
+ "--stack-size=2048",
238
// "--require=E:/tsserver-stress/node_modules/pprof-it/dist/index.js",
239
];
240
0 commit comments