perfood / couch-auth

Powerful authentication for APIs and apps using CouchDB (or Cloudant) with Node >= 14
MIT License
68 stars 19 forks source link

catch {} is causing app to crash #6

Closed Gods1son closed 4 years ago

Gods1son commented 4 years ago

/app/node_modules/@sl-nx/superlogin-next/lib/user.js:1306 catch { }

Could it be updated to: catch(err){}

Gods1son commented 4 years ago

It's working. I changed the node version