nedb-promise
nedb-promise copied to clipboard
Promise swallowing error from datastoreInstance.find()
trafficstars
datastoreInstance.find() hangs forever, but works when datastoreInstance.find({}) is used instead. The issue is that the predicate argument is required.
The error that explains this should be bubbled to the top so it can be caught instead of waiting forever.
Good "catch" 🤪. I'll have to look into this