You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like some kind options are expected to be set
if (options.continueOnRecoverableError)
^
TypeError: Cannot read properties of undefined (reading 'continueOnRecoverableError')
at iterable.iterate (/Users/andywick/test/node_modules/lmdb/dist/index.cjs:1440:16)
at RangeIterable.forEach (/Users/andywick/test/node_modules/lmdb/dist/index.cjs:1448:40)
at Object.<anonymous> (/Users/andywick/test/foo.js:10:4)
The text was updated successfully, but these errors were encountered:
The following code works in 3.0.14 but not 3.1.0-3.1.5
Looks like some kind options are expected to be set
The text was updated successfully, but these errors were encountered: