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

node 14. Closes #38 #39

Merged
merged 2 commits into from Jul 17, 2020
Merged

node 14. Closes #38 #39

merged 2 commits into from Jul 17, 2020

Conversation

hueniverse
Copy link
Contributor

No description provided.

@hueniverse hueniverse added bug Bug or defect dependency Update module dependency labels Jul 17, 2020
@hueniverse hueniverse added this to the 5.0.3 milestone Jul 17, 2020
@@ -57,7 +57,7 @@ exports.Dispenser = internals.Dispenser = class extends Stream.Writable {

constructor(options) {

super();
super({ autoDestroy: false });
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the only change. The rest are just moving functions into the class.

@@ -2,7 +2,7 @@ language: node_js

node_js:
- "12"
- "node"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why'd you drop this?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, that's how the commercial stuff set up. Just habit.

@hueniverse hueniverse merged commit ff5363e into master Jul 17, 2020
@hueniverse hueniverse deleted the node14 branch July 17, 2020 18:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug or defect dependency Update module dependency
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants