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
parent 877b1d6df9
commit b44b98c8ee
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);
}