Skip to content

Commit 269fa90

Browse files
committed
chore: use console.error for errors
1 parent ef22e33 commit 269fa90

File tree

1 file changed

+1
-1
lines changed
  • src/extension/background-script

1 file changed

+1
-1
lines changed

src/extension/background-script/db.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ class DB extends Dexie {
100100
})
101101
.catch((e) => {
102102
console.log("Failed to load DB data from storage");
103-
console.log(e);
103+
console.error(e);
104104
});
105105
}
106106
}

0 commit comments

Comments
 (0)