1
0
Fork 0

added derived file

This commit is contained in:
Jan Steemann 2014-03-13 22:17:21 +01:00
parent f7a9023c7c
commit e1ad20cb85
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@
this.message = this.toString();
};
exports.ArangoError.prototype = new Error(); //Error.prototype; //new Error(); //Error.prototype;
exports.ArangoError.prototype = new Error();
}
exports.ArangoError.prototype._PRINT = function (context) {