mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-11 13:21:03 +00:00
fix: dispose e2e app runtime (#22316)
This commit is contained in:
parent
ca6200121b
commit
79cc15335e
3 changed files with 3 additions and 3 deletions
|
|
@ -62,6 +62,7 @@ const seed = async () => {
|
|||
})
|
||||
} finally {
|
||||
await Instance.disposeAll().catch(() => {})
|
||||
await AppRuntime.dispose().catch(() => {})
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue