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

fix: concat buffers as buffers #6

Merged
merged 1 commit into from
Mar 22, 2021

Conversation

achingbrain
Copy link
Collaborator

The missing parentheses meant that buffers were being concatenated as strings if you passed { type: 'buffer' } as options.

Copy link
Owner

@alanshaw alanshaw left a comment

Choose a reason for hiding this comment

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

lol

The missing parentheses meant that buffers were being concatenated
as strings, even if you passed `{ type: 'buffer' }` as options.
@achingbrain achingbrain force-pushed the fix/concat-buffers-as-buffers branch from 9ff1cf4 to 6de3d97 Compare March 22, 2021 22:51
@alanshaw alanshaw merged commit 15a26bf into alanshaw:master Mar 22, 2021
@achingbrain achingbrain deleted the fix/concat-buffers-as-buffers branch March 22, 2021 23:07
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

Successfully merging this pull request may close these issues.

2 participants