Commit cd1fd63
committed
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.1 parent abfe3b7 commit cd1fd63
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
54 | 56 | | |
55 | 57 | | |
56 | 58 | | |
| |||
0 commit comments