This repository was archived by the owner on Oct 15, 2025. It is now read-only.
Commit 79969a6
authored
[bitwarden] Fix freeze when triggering bitwarden (#221)
A freeze can be observed when triggering the bitwarden plugin.
This seems to occur the second time `query.add` is called.
To fix this issue the same logic as the `kill` plugin is used: Add all
items to a local array before finally adding this using `query.add`
This fixes #215
Signed-off-by: Darrel Griët <dgriet@gmail.com>1 parent 53c4bdd commit 79969a6
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| 71 | + | |
71 | 72 | | |
72 | | - | |
| 73 | + | |
73 | 74 | | |
74 | 75 | | |
75 | 76 | | |
| |||
85 | 86 | | |
86 | 87 | | |
87 | 88 | | |
88 | | - | |
| 89 | + | |
89 | 90 | | |
90 | 91 | | |
91 | 92 | | |
| |||
118 | 119 | | |
119 | 120 | | |
120 | 121 | | |
| 122 | + | |
| 123 | + | |
121 | 124 | | |
122 | 125 | | |
123 | 126 | | |
| |||
0 commit comments