diff --git a/libs/taskNew.js b/libs/taskNew.js index 9b0b1f1..b06adb4 100644 --- a/libs/taskNew.js +++ b/libs/taskNew.js @@ -583,7 +583,7 @@ module.exports = { handleError(e); } }else{ - throw new Error("No nodes available"); + throw new Error("No nodes available. Could not find a node which was capable of processing a job with image count " + fileNames.length + " and collection size " + colSizeMb); } } }; \ No newline at end of file