You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Checking for process.argv.indexof("--watch") is not good. Because there is an alias -w and watch can be set in config. More proper way to check that is it non-watching mode is subscribing to run event.
The text was updated successfully, but these errors were encountered:
Checking for
process.argv.indexof("--watch")
is not good. Because there is an alias-w
and watch can be set in config. More proper way to check that is it non-watching mode is subscribing torun
event.The text was updated successfully, but these errors were encountered: