1
0
Fork 0

Add file name here too - since some log messages will not add it and leave the user in the dark.

Also add the hint that we don't support APP-relative paths anymore.
This commit is contained in:
Wilfried Goesgens 2015-10-21 13:56:18 +02:00
parent 13a69a4509
commit 7c3de62b08
1 changed files with 1 additions and 0 deletions

View File

@ -366,6 +366,7 @@ class FoxxService {
return module.exports;
} catch(e) {
if (e instanceof ArangoError) {
e.errorMessage += "\n(app relative include paths not supported anymore) \nFile: " + filename;
throw e;
}
var err = new ArangoError({