NativeScript / nativescript-dev-sass

SASS CSS pre-processor for NativeScript projects
Apache License 2.0
44 stars 17 forks source link

Don't stop livesync process when sass compilation error occurs #74

Closed Fatme closed 6 years ago

Fatme commented 6 years ago

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.