We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ed3385 commit 6854607Copy full SHA for 6854607
scripts/tsc-diagnostics-check.js
@@ -3,7 +3,7 @@
3
const fs = require('fs');
4
5
const stdin = fs.readFileSync(0).toString('utf8');
6
-const maxInstantiations = isNaN(process.argv[2]) ? 120000 : parseInt(process.argv[2], 10);
+const maxInstantiations = isNaN(process.argv[2]) ? 130000 : parseInt(process.argv[2], 10);
7
8
console.log(stdin);
9
0 commit comments