replace console.log with console.table
This commit is contained in:
parent
03cd26e196
commit
de9280186d
@ -27,7 +27,7 @@ export default class MyPlugin extends Plugin {
|
|||||||
await this.time("idb-init", async () => await this.initIDB())
|
await this.time("idb-init", async () => await this.initIDB())
|
||||||
);
|
);
|
||||||
await this.idb();
|
await this.idb();
|
||||||
console.log(this.benches)
|
console.table(this.benches)
|
||||||
}
|
}
|
||||||
|
|
||||||
onunload() {
|
onunload() {
|
||||||
|
Loading…
Reference in New Issue
Block a user