web-push-libs / web-push

Web Push library for Node.js
Other
3.28k stars 304 forks source link

Validation error of protocol is never returned #830

Closed danielb7390 closed 1 year ago

danielb7390 commented 1 year ago

The validation error at line 81 is never returned, it's overwritten by the error in the catch at line 89.

https://github.com/web-push-libs/web-push/blob/42179be3928d73879a6a06e7b6a9b0be9b1b7d53/src/vapid-helper.js#L78-L90