liquid-node
Advanced tools
Comparing version 2.1.2 to 2.1.3
@@ -278,6 +278,2 @@ // Generated by CoffeeScript 1.7.1 | ||
} | ||
} else { | ||
/* @covignore */ | ||
throw new Error("Unknown access: " + part); | ||
} | ||
@@ -296,3 +292,3 @@ }); | ||
}; | ||
return iterator(object, 0).then(null, function(err) { | ||
return iterator(object, 0)["catch"](function(err) { | ||
throw new Error("Couldn't walk variable: " + markup + ": " + err); | ||
@@ -299,0 +295,0 @@ }); |
@@ -15,3 +15,3 @@ { | ||
"description": "Node.js port of Tobias Lütke's Liquid template engine.", | ||
"version": "2.1.2", | ||
"version": "2.1.3", | ||
"license": "MIT", | ||
@@ -18,0 +18,0 @@ "homepage": "https://github.com/sirlantis/liquid-node", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1004974
2107