Trying to figure out why raster isn't working.
This commit is contained in:
parent
dcf5fcab81
commit
a4e7014241
2 changed files with 2 additions and 1 deletions
File diff suppressed because one or more lines are too long
|
@ -401,6 +401,7 @@ module.exports = function(options, repo, params, id, dataResolver) {
|
|||
renderer.render(params, function(err, data) {
|
||||
pool.release(renderer);
|
||||
if (err) {
|
||||
console.error("Error from Renderer:");
|
||||
console.error(err);
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue