lmdb-js icon indicating copy to clipboard operation
lmdb-js copied to clipboard

Cannot read properties of undefined (reading 'maxLength')

Open alexgleason opened this issue 1 year ago • 3 comments

This issue happens during local development with Deno.

Hot reloading is enabled. When a file is changed, the program stops working until I manually kill and restart the server:

Watcher File change detected! Restarting!
error: Uncaught TypeError: Cannot read properties of undefined (reading 'maxLength')
    at file:///home/alex/.cache/deno/npm/registry.npmjs.org/lmdb/2.7.11/read.js:8:20
Watcher Process finished. Restarting on file change...

https://github.com/kriszyp/lmdb-js/blob/master/read.js#L8

alexgleason avatar Apr 29 '23 22:04 alexgleason