Closed vishwarajanand closed 2 years ago
At the moment loops larger than 150 times are breaking and it appears due to running out of buffer space.
This doesnt seem to be the case, since the following code snippet runs fine in chrome console!
for (i = 0 ; i < 100000; i++){ console.log(`print something here ${i}`); }
sample file: https://drive.google.com/file/d/1wFzuXsq1pe5r29MdlEjsjX4FC7hu1cP5/view?usp=sharing&resourcekey=0-jyIMSETCQMnAWWtalqTl4A
At the moment loops larger than 150 times are breaking and it appears due to running out of buffer space.