[ ] There is an issue for the bug/feature this PR is for. To avoid wasting your time, it's best to open a suggestion issue first and wait for approval before working on it.
[ ] All existing tests are passing
[ ] Tests for the changes are included
What is the current behavior?
When tns run command is executed and the user makes some compilation error, {N} CLI process exits.
What is the new behavior?
When tns run command is executed and the user makes some compilation error, {N} CLI prints an error as a warning and process does not exit.
Do not exit livesync process when some compilation error occurs.
PR Checklist
What is the current behavior?
When
tns run
command is executed and the user makes some compilation error, {N} CLI process exits.What is the new behavior?
When
tns run
command is executed and the user makes some compilation error, {N} CLI prints an error as a warning and process does not exit.