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
fix: ensure initial matching when -input= option is provided
The previous implementation set initialQuery to #previousQuery, which
prevented the first matching from executing when an initial query was
provided via the -input= option. This fix ensures the first matching
always runs by keeping #previousQuery undefined on initialization.
0 commit comments