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

Delimiter wrap bug in converter #68

Closed
Thomathan opened this issue May 6, 2016 · 1 comment
Closed

Delimiter wrap bug in converter #68

Thomathan opened this issue May 6, 2016 · 1 comment
Assignees
Labels
Milestone

Comments

@Thomathan
Copy link

Line 47

copyOption(opts, 'delimiterwrap', 'DELIMITER.WRAP');

should be

copyOption(opts, 'delimiter.wrap', 'DELIMITER.WRAP');

@Thomathan Thomathan changed the title Delimiter bug in converter Delimiter wrap bug in converter May 6, 2016
mrodrig added a commit that referenced this issue May 6, 2016
@mrodrig mrodrig added the bug label May 6, 2016
@mrodrig mrodrig added this to the 2.0.22 milestone May 6, 2016
@mrodrig mrodrig self-assigned this May 6, 2016
@mrodrig
Copy link
Owner

mrodrig commented May 6, 2016

Thanks for catching this! Should be all fixed in 2.0.22.

@mrodrig mrodrig closed this as completed May 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants