Browse Source

Send error message instead of whole error object (#420)

* Send error message instead of whole error object

Fixes #418
pull/429/head
Daniel Tebbutt 7 years ago committed by Sergi Almacellas Abellana
parent
commit
24e729d3e4
  1. 2
      papaparse.js

2
papaparse.js

@ -712,7 +712,7 @@
this._chunkError = function() this._chunkError = function()
{ {
this._sendError(reader.error); this._sendError(reader.error.message);
} }
} }

Loading…
Cancel
Save