ee-templates
Advanced tools
Comparing version 0.3.9 to 0.3.10
@@ -43,3 +43,2 @@ "use strict"; | ||
env.render(data.template, ctx, function(err, content){ | ||
log(err); | ||
// Template not found errors and functional errors -> 500 | ||
@@ -46,0 +45,0 @@ return callback(err, content, this.type); |
{ | ||
"name" : "ee-templates" | ||
, "description" : "Templating integration for the ee-soa-transport-rest based on Nunjucks" | ||
, "version" : "0.3.9" | ||
, "version" : "0.3.10" | ||
, "license" : "MIT" | ||
@@ -6,0 +6,0 @@ , "author" : "Michael Rüfenacht <ruefe@rcky.ch> (http://www.rcky.ch)" |
40709
842