mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
fix: add missing status change notification in waitForPattern to prevent race condition
This commit is contained in:
parent
228c014986
commit
d9c8b46fc4
1 changed files with 1 additions and 0 deletions
|
|
@ -756,6 +756,7 @@ async function waitForPattern(
|
|||
if (regex.test(allLogs)) {
|
||||
serviceHandle.status = "ready"
|
||||
serviceHandle.readyAt = Date.now()
|
||||
ServiceManager.notifyStatusChange(serviceHandle)
|
||||
clearInterval(checkInterval)
|
||||
resolve()
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue