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

Release latest version with handleRejections property #47

Closed
betalb opened this issue Jul 17, 2019 · 3 comments
Closed

Release latest version with handleRejections property #47

betalb opened this issue Jul 17, 2019 · 3 comments

Comments

@betalb
Copy link

betalb commented Jul 17, 2019

Release latest version with handleRejections property

Otherwise setting handleRejections property in options, during transport creation won't work

const assert = require('assert');

const transport = new transports.Console({
  handleExceptions: true,
  handleRejections: true,
});

assert(transport.handleExceptions === true); // Works
assert(transport.handleRejections === true); // Fails
@PeterBurner
Copy link

is there any reason why this hasn't been released yet??

@sevetseh28
Copy link

I also saw handleRejections cannot be set with the latest release but it's already documented the README.

@betalb
Copy link
Author

betalb commented Nov 20, 2020

I see that fix is released

@betalb betalb closed this as completed Nov 20, 2020
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

3 participants