Skip to content
This repository has been archived by the owner on Jun 28, 2021. It is now read-only.

fix(bom): BOM should be included when requested in sync #115

Merged
merged 1 commit into from Aug 7, 2020

Conversation

tomyam1
Copy link
Contributor

@tomyam1 tomyam1 commented Jul 9, 2020

Fixes #114

I think the issues happens because stringifier.push ismodified

stringifier.push = function(record){

after the BOM is pushed

this.push(bom_utf8)

@wdavidw wdavidw merged commit 3332a5f into adaltas:master Aug 7, 2020
@wdavidw
Copy link
Member

wdavidw commented Aug 7, 2020

Thank you and sorry for the late review. I'll reuse your tests and slightly change the implementation in a minute.

wdavidw added a commit that referenced this pull request Aug 7, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BOM not included in output in sync mode
2 participants