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
Since upgrading the cli to 2.4.0 I've noticed that after ~80 console.log's the cli will hang and become unresponsive.
Steps to reproduce:
let i: number, len: number = 1000
for (i = 0; i < len; i++) {
console.log('i hope u dont crash :X', i)
}
It usually gets up to ~80 but never more than 100. The cli freezes, livesync no longer works, and strangely the app I'll be working on freezes for about 5 seconds.
I tried installing nativescript@next to see if this was resolved but it was not.
Temporary Fix
Unable to reproduce when reverting back to 2.3.0.
The text was updated successfully, but these errors were encountered:
iOS Only
Since upgrading the cli to
2.4.0
I've noticed that after ~80console.log
's the cli will hang and become unresponsive.Steps to reproduce:
It usually gets up to ~80 but never more than 100. The cli freezes, livesync no longer works, and strangely the app I'll be working on freezes for about 5 seconds.
I tried installing
nativescript@next
to see if this was resolved but it was not.Temporary Fix
Unable to reproduce when reverting back to
2.3.0
.The text was updated successfully, but these errors were encountered: