increase the stack size limit

This commit is contained in:
rheidner 2021-10-20 14:25:23 -03:00
parent 013e480d95
commit 2b2132086f

View File

@ -1,4 +1,4 @@
#!/usr/bin/env node --stack-size=2048
#!/usr/bin/env -S node --stack-size=10000
var kind = require("./kind.js");
var fs = require("fs");