fix(core): await initial plugin readiness (#35755)
This commit is contained in:
parent
09553d46e0
commit
5b39972947
13 changed files with 484 additions and 84 deletions
|
|
@ -229,7 +229,7 @@ describe("PluginSupervisor config", () => {
|
|||
|
||||
const ready = Effect.fnUntraced(function* () {
|
||||
const supervisor = yield* PluginSupervisor.Service
|
||||
yield* supervisor.ready
|
||||
yield* supervisor.flush
|
||||
})
|
||||
|
||||
function withLocation<A, E, R>(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue