Skip to content

Commit

Permalink
Additional debug information
Browse files Browse the repository at this point in the history
  • Loading branch information
rrowlands committed May 10, 2024
1 parent b34debc commit d173978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/taskNew.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}
};

0 comments on commit d173978

Please sign in to comment.