mkaufma

Results 1 issues of mkaufma

https://github.com/mholt/PapaParse/blob/a66776140f25a69cb3469cfdfcfc1f669db1c709/papaparse.js#L431 I think `data.length - 1` should be changed to `data.length`. Otherwise, when using papaparse to write to a stream in chunks we have to add the newLine ourselves.