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) {
|
if (failed) {
|
||||||
throw new ArangoError({
|
throw new ArangoError({
|
||||||
errorNum: errors.MANIFEST_FILE_ATTRIBUTE_MISSING.code,
|
errorNum: errors.ERROR_MANIFEST_FILE_ATTRIBUTE_MISSING.code,
|
||||||
errorMessage: errors.MANIFEST_FILE_ATTRIBUTE_MISSING.message
|
errorMessage: errors.ERROR_MANIFEST_FILE_ATTRIBUTE_MISSING.message
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue