diff --git a/js/apps/system/aardvark/frontend/js/bootstrap/module-internal.js b/js/apps/system/aardvark/frontend/js/bootstrap/module-internal.js index 99111627b5..b9cc5ce840 100644 --- a/js/apps/system/aardvark/frontend/js/bootstrap/module-internal.js +++ b/js/apps/system/aardvark/frontend/js/bootstrap/module-internal.js @@ -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) {