Trying to figure out why raster isn't working.
This commit is contained in:
parent
a4e7014241
commit
9510a00a33
2 changed files with 4 additions and 1 deletions
File diff suppressed because one or more lines are too long
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue