提交 0e6253f8 编写于 作者: B Benjamin Pasero

fix #69328

上级 c5e99937
......@@ -352,7 +352,7 @@ export class SQLiteStorageDatabase implements IStorageDatabase {
rows.forEach(row => items.set(row.key, row.value));
if (this.logger.isTracing) {
this.logger.trace(`[storage ${this.name}] getItems(): ${mapToString(items)}`);
this.logger.trace(`[storage ${this.name}] getItems(): ${items.size} rows`);
}
return items;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册