NativeScript / nativescript-dev-typescript

TypeScript support for NativeScript projects
Apache License 2.0
21 stars 10 forks source link

fix: print messages from hooks only with `--log trace` #78

Closed rosen-vladimirov closed 5 years ago

rosen-vladimirov commented 5 years ago

Currently several messages from hooks are printed as warnings or information messages. They do not have any information for the users, so move them to the trace output.

PR Checklist

What is the current behavior?

"Hook skipped because either bundling or livesync is in progress." message is shown whenever tns run <platform> --bundle or without --bundle is passed.

What is the new behavior?

"Hook skipped because either bundling or livesync is in progress." is in the trace logs.

Fixes issue https://github.com/NativeScript/nativescript-dev-typescript/issues/79