Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ios][2.4.0 & @next] CLI crashes/stops responding after ~80 console.logs #2266

Closed
roblav96 opened this issue Nov 27, 2016 · 0 comments
Closed
Assignees
Milestone

Comments

@roblav96
Copy link
Contributor

roblav96 commented Nov 27, 2016

iOS Only

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants