mirror of https://gitee.com/bigwinds/arangodb
added derived file
This commit is contained in:
parent
f7a9023c7c
commit
e1ad20cb85
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue