1
0
Fork 0

Setup and teardown of foxx apps and foxx dev apps should now print their errors properly

This commit is contained in:
Michael Hackstein 2014-12-18 10:46:54 +01:00
parent a217d9bf85
commit d3f3702058
1 changed files with 2 additions and 2 deletions

View File

@ -160,8 +160,8 @@ function checkManifest (filename, mf) {
if (failed) {
throw new ArangoError({
errorNum: errors.MANIFEST_FILE_ATTRIBUTE_MISSING.code,
errorMessage: errors.MANIFEST_FILE_ATTRIBUTE_MISSING.message
errorNum: errors.ERROR_MANIFEST_FILE_ATTRIBUTE_MISSING.code,
errorMessage: errors.ERROR_MANIFEST_FILE_ATTRIBUTE_MISSING.message
});
}