1
0
Fork 0

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:
Max Neunhoeffer 2014-11-28 14:43:09 +01:00 committed by Frank Celler
parent 4ae15a8931
commit 18d0a1f3f6
1 changed files with 1 additions and 0 deletions

View File

@ -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);
}