mirror of https://gitee.com/bigwinds/arangodb
More error output if update() in foxx manager fails.
This is a temporary output to track down the continuous testing problems.
This commit is contained in:
parent
877b1d6df9
commit
b44b98c8ee
|
@ -311,6 +311,7 @@ function updateFishbowl () {
|
|||
}, filename);
|
||||
|
||||
if (result.code < 200 || result.code > 299) {
|
||||
require("internal").print("BadBadBad, something bad has happened:\n", JSON.stringify(result));
|
||||
throwDownloadError("Github download from '" + url + "' failed with error code " + result.code);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue