An error occurred
* Send error message instead of whole error object Fixes #418 An error occurred
@ -712,7 +712,7 @@
this._chunkError = function()
{
this._sendError(reader.error);
this._sendError(reader.error.message);
}