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
watch: fix --watch args not being properly filtered
currently when --watch is used, the argv arguments that
the target script receive are filtered so that they don't
contains watch related values, however the current
filtering logic is incorrect and it causes some watch values
to incorrectly pass the filtering, the changes here address
such issue
0 commit comments