replace console.log with console.table

This commit is contained in:
parent 03cd26e196
commit de9280186d
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C

@ -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() {