We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf7c236 commit e2975b1Copy full SHA for e2975b1
lib/index.js
@@ -20,7 +20,6 @@ function createOpenDBFunction (opts) {
20
size: size
21
})
22
function onError (err) {
23
- console.error(err)
24
guardedConsole('error', err)
25
if (typeof opts.onError === 'function') {
26
opts.onError(err)
0 commit comments