1
0
Fork 0

Fixed error message

This commit is contained in:
Michael Hackstein 2013-07-26 15:53:58 +02:00
parent 75232bd11a
commit c2cfce9bfd
1 changed files with 2 additions and 2 deletions

View File

@ -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!");
}