Trying to figure out why raster isn't working.

This commit is contained in:
polar 2017-10-18 11:52:42 -04:00
parent a4e7014241
commit 9510a00a33
2 changed files with 4 additions and 1 deletions

File diff suppressed because one or more lines are too long

View file

@ -402,6 +402,9 @@ module.exports = function(options, repo, params, id, dataResolver) {
pool.release(renderer);
if (err) {
console.error("Error from Renderer:");
console.error("Renderer.render");
console.error(renderer);
console.error(JSON.stringify(params, null, 2));
console.error(err);
return;
}