You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/Users/gib/wrk/com/citgm/node_modules/columnify/utils.js:13returnArray.apply(null,{length: len+1}).join(str).slice(0,len)^RangeError: MaximumcallstacksizeexceededatrepeatString(/Users/gib/wrk/com/citgm/node_modules/columnify/utils.js:13:16)atpadRight(/Users/gib/wrk/com/citgm/node_modules/columnify/utils.js:31:16)at/Users/gib/wrk/com/citgm/node_modules/columnify/columnify.js:229:227atArray.forEach(<anonymous>)
at _loop (/Users/gib/wrk/com/citgm/node_modules/columnify/columnify.js:226:19)
at /Users/gib/wrk/com/citgm/node_modules/columnify/columnify.js:234:7
at Array.map (<anonymous>)
at createRows (/Users/gib/wrk/com/citgm/node_modules/columnify/columnify.js:216:16)
at module.exports (/Users/gib/wrk/com/citgm/node_modules/columnify/columnify.js:195:14)
at Object.<anonymous> (/Users/gib/wrk/com/citgm/t.js:8:13)
Increasing the stack size (e.g. node --stack-size=5000 t.js) works.
Is there a way around this? I had a quick look through existing issues but didn't find anything.
The text was updated successfully, but these errors were encountered:
See also nodejs/citgm#533
Download ibm_db.txt and run:
Gives this:
Increasing the stack size (e.g.
node --stack-size=5000 t.js
) works.Is there a way around this? I had a quick look through existing issues but didn't find anything.
The text was updated successfully, but these errors were encountered: