Fix invariant readiness after CI sync

This commit is contained in:
Hypatia May
2026-07-31 00:20:18 +08:00
parent 6307708e34
commit be44f073e1
6 changed files with 352 additions and 50 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