mirror of https://gitee.com/bigwinds/arangodb
Setup and teardown of foxx apps and foxx dev apps should now print their errors properly
This commit is contained in:
parent
a217d9bf85
commit
d3f3702058
|
@ -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
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue