diff --git a/js/server/modules/org/arangodb/foxx-manager.js b/js/server/modules/org/arangodb/foxx-manager.js index 8179556e77..5f73c1dd6a 100644 --- a/js/server/modules/org/arangodb/foxx-manager.js +++ b/js/server/modules/org/arangodb/foxx-manager.js @@ -599,7 +599,7 @@ exports.mount = function (appId, mount, options) { var routes = routingAalApp(app, mount, prefix, false); if (routes === null) { - throw new Error("Cannot compute the routing table for fox application '" + throw new Error("Cannot compute the routing table for foxx application '" + app._id + "', check the log file for errors!"); } @@ -769,7 +769,7 @@ exports.appRoutes = function () { var r = routingAalApp(app, mount, prefix, false); if (r === null) { - throw new Error("Cannot compute the routing table for fox application '" + throw new Error("Cannot compute the routing table for foxx application '" + app._id + "', check the log file for errors!"); }