Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why send only the message attribute? #19

Closed
raphaf opened this issue Mar 21, 2017 · 1 comment
Closed

Why send only the message attribute? #19

raphaf opened this issue Mar 21, 2017 · 1 comment

Comments

@raphaf
Copy link

raphaf commented Mar 21, 2017

It is up to the application to decide how to deal with the error. But this gets tricky when you get only the error as a string.

Is that really correct?

Worker.js: 72

self.failedBatch(err.message || err);

Should be:

self.failedBatch(err);

Anyway, thank you. Great tool!

@leanderlee
Copy link
Member

Fixed in v3.8.5. Thanks for letting me know!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants