mirror of https://gitee.com/bigwinds/arangodb
Fixed error message
This commit is contained in:
parent
75232bd11a
commit
c2cfce9bfd
|
@ -599,7 +599,7 @@ exports.mount = function (appId, mount, options) {
|
||||||
var routes = routingAalApp(app, mount, prefix, false);
|
var routes = routingAalApp(app, mount, prefix, false);
|
||||||
|
|
||||||
if (routes === null) {
|
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!");
|
+ app._id + "', check the log file for errors!");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -769,7 +769,7 @@ exports.appRoutes = function () {
|
||||||
var r = routingAalApp(app, mount, prefix, false);
|
var r = routingAalApp(app, mount, prefix, false);
|
||||||
|
|
||||||
if (r === null) {
|
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!");
|
+ app._id + "', check the log file for errors!");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue