From 5a2731e7dd5a36e1d3704641602ae4b3ec663979 Mon Sep 17 00:00:00 2001 From: ynwd <10122431+ynwd@users.noreply.github.com> Date: Sat, 30 Nov 2024 04:59:34 +0700 Subject: [PATCH] chore: update socket --- core/map/mod.ts | 1 + 1 file changed, 1 insertion(+) 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]