-
-
Notifications
You must be signed in to change notification settings - Fork 198
Closed
Labels
Description
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 gets up to ~100 then the app freezes completely thus resulting a crashed CLI.
logs
CONSOLE LOG file:///app/debug/console.js:60:23:
[LOG] 12:19:20:502 anonymous@app/main.js:15:16
i hope u dont crash :X 92
CONSOLE LOG file:///app/debug/console.js:60:23:
[LOG] 12:19:20:502 anonymous@app/main.js:15:16
i hope u dont crash :X 93
CONSOLE LOG file:///app/debug/console.js:60:23:
[LOG] 12:19:20:503 anonymous@app/main.js:15:16
i hope u dont crash :X 94
CONSOLE LOG file:///app/debug/console.js:60:23:
12:20:57 PM - File change detected. Starting incremental compilation...
12:20:58 PM - Compilation complete. Watching for file changes.
Executing before-prepare hook from /Users/roblav96/Projects/app-smile/ghmobile/hooks/before-prepare/nativescript-dev-typescript.js
Preparing project...
Project successfully prepared (ios)
Transferring project files...
Successfully transferred main.js.
Refreshing application...
Unable to sync files. Error is: Unable to kill the application.
This issue has been present since 2.4.0.
This also might be related to #2266