Fix invariant startup gate after CI sync

This commit is contained in:
Hypatia May
2026-07-30 23:43:53 +08:00
parent 6f29c9b9fb
commit cc91724157
6 changed files with 235 additions and 48 deletions

View File

@@ -41,8 +41,8 @@ interface Bench {
async function boot(): Promise<Bench> {
const ctx = new Context()
ctx.plugin(SlotsService)
await ctx.fiber.await()
const fiber = ctx.plugin(SlotsService)
await fiber
// Service accessor (ctx.get reads the reflect store, which Service-class
// plugins do not write; the accessor is the product path).
const svc = ctx.slots