[Bug] PuppeteerExtraPluginRecaptcha
error has no information and cannot be evaluated
#740
Labels
PuppeteerExtraPluginRecaptcha
error has no information and cannot be evaluated
#740
Describe the bug
Currently, when using the
puppeteer-extra-plugin-recaptcha
package withthrowOnError
set totrue
and aPuppeteerExtraPluginRecaptcha
error is thrown here, the argument passed toError
is an object. So the information on the error gets lost, leaving no way for consumer code to know about what caused the error.It just outputs the following as a console warning:
...and the thrown error is an empty object, so it can't be evaluated:
The text was updated successfully, but these errors were encountered: