-
-
Notifications
You must be signed in to change notification settings - Fork 194
Open
Labels
Description
Environment
Provide version numbers for the following components (information can be retrieved by running tns info
in your project folder or by inspecting the package.json
of the project):
- CLI: 5.3.0
- Cross-platform modules: 5.3.0
- iOS Runtime: 5.3.0
Describe the bug
To Reproduce
tns create jsApp --js && cd jsApp
tns run ios --hmr
- Crash the app (e.g. edint app.js and require
/application
instead oftns-core-modules/application
) - The app will try to start 5 times before the livesync process stop.
Expected behavior
The app should try to start 2 times (1 for the HMR sync and 1 for the HMR crash fallback)