diff --git a/core/map/mod.ts b/core/map/mod.ts index 244d2e88..ac37d9c0 100644 --- a/core/map/mod.ts +++ b/core/map/mod.ts @@ -177,6 +177,7 @@ export class Store { } public async syncMap() { + console.log(`size`, this.map.size); if (this.map.size === 0 && this.options) { const key = this.options.namespace ? [this.options.key, ...this.options.namespace]