Commit 0370fa97 authored by Romain Courteaud's avatar Romain Courteaud

Fix getAttachment error message.

parent ee6b9425
...@@ -322,8 +322,8 @@ ...@@ -322,8 +322,8 @@
}, function (argument_list, result) { }, function (argument_list, result) {
if (!(result instanceof Blob)) { if (!(result instanceof Blob)) {
throw new jIO.util.jIOError( throw new jIO.util.jIOError(
"'getAttachment' (" + argument_list[0]._id + " , " + "'getAttachment' (" + argument_list[0] + " , " +
argument_list[0]._attachment + ") on '" + this.__type + argument_list[1] + ") on '" + this.__type +
"' does not return a Blob.", "' does not return a Blob.",
501 501
); );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment