fix(web): lint

This commit is contained in:
Ben Beckford 2026-08-09 19:06:47 -07:00
parent eed224c35d
commit b3996571d8

View file

@ -208,7 +208,7 @@ class MemoryManager {
if (this.#queued) {
this.#queued = false;
this.load(this.#page++);
await this.load(this.#page++);
}
}