This commit is contained in:
Daniel García Aubert 2020-07-22 11:40:45 +02:00
parent b9198b59a1
commit a749d4fb43

View File

@ -105,7 +105,7 @@ TurboCartoAdapter.prototype._parseCartoCss = function (username, params, layer,
context: err.context
};
return callback(null, { exception: error });
return callback(null, { error: error });
}
// Try to continue in the rest of the cases