locks / ember-localstorage-adapter

Name says it all.
MIT License
466 stars 156 forks source link

On query, resolve an empty result instead of throwing error #186

Closed oscarni closed 7 years ago

oscarni commented 8 years ago

Fixes #185

When using Sentry this localstorage adapter reports a promise error every time a query result is empty. How about resolving no results instead of rejecting the promise?

oscarni commented 8 years ago

I updated tests to work accordingly!

locks commented 7 years ago

Thank you!