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
I came across this same issue recently and it obviously hasn't been resolved yet. I use a tool called Nightwatch for test automation and there are commands in my test that capture XHR responses from the browser. These responses go into a testResults object which is then processed with a function that utilizes ansi-to-html to process the results. One of these XHR responses is relatively large (2.6MB) and this is causing ansi-to-html to blow up with the RangeError: Maximum call stack size exceeded error. Root cause seems to be that ansi-to-html has a limit on how much data it can process.
It is the output of the following python code which triggers this error:
Related to atom-community/atom-script#2358
The text was updated successfully, but these errors were encountered: