Commit e6c2891
BishalRD
Fix google-gemini#3: Remove unnecessary abort signal check in findFilesWithGlob function
- Remove redundant abort check before glob operation (no async operations between checks)
- Keep abort check at function start and after async glob operation where signal can actually change
- Improves performance by eliminating unnecessary CPU cycles1 parent 5da5f6f commit e6c2891
1 file changed
+0
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
389 | 389 | | |
390 | 390 | | |
391 | 391 | | |
392 | | - | |
393 | 392 | | |
394 | 393 | | |
395 | 394 | | |
396 | 395 | | |
397 | 396 | | |
398 | | - | |
399 | | - | |
400 | | - | |
401 | | - | |
402 | 397 | | |
403 | 398 | | |
404 | 399 | | |
| |||
0 commit comments