From de9280186debb99b2dc55fa423ed4886840b4ce7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=98=99=E2=97=A6=20The=20Tablet=20=E2=9D=80=20GamerGirla?= =?UTF-8?q?ndCo=20=E2=97=A6=E2=9D=A7?= Date: Tue, 23 Jul 2024 00:07:45 -0400 Subject: [PATCH] replace console.log with console.table --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index 846044e..ed5b2b6 100644 --- a/src/main.ts +++ b/src/main.ts @@ -27,7 +27,7 @@ export default class MyPlugin extends Plugin { await this.time("idb-init", async () => await this.initIDB()) ); await this.idb(); - console.log(this.benches) + console.table(this.benches) } onunload() {