summaryrefslogtreecommitdiffstats
path: root/lib/handlebars/runtime.js
diff options
context:
space:
mode:
authorkpdecker <kpdecker@gmail.com>2014-08-14 12:25:35 -0500
committerkpdecker <kpdecker@gmail.com>2014-08-14 12:25:35 -0500
commitcb22ee5681b1eb1f89ee675651c018b77dd1524d (patch)
tree6e0090585ce47b53fad8a3428179a02a721eda66 /lib/handlebars/runtime.js
parent9ab31e1fc6c94e5c13f9e6a10e23b1c1ed79c504 (diff)
downloadhandlebars.js-cb22ee5681b1eb1f89ee675651c018b77dd1524d.zip
handlebars.js-cb22ee5681b1eb1f89ee675651c018b77dd1524d.tar.gz
handlebars.js-cb22ee5681b1eb1f89ee675651c018b77dd1524d.tar.bz2
Increase test coverage a touch
Diffstat (limited to 'lib/handlebars/runtime.js')
-rw-r--r--lib/handlebars/runtime.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/handlebars/runtime.js b/lib/handlebars/runtime.js
index bfdb3b4..d351918 100644
--- a/lib/handlebars/runtime.js
+++ b/lib/handlebars/runtime.js
@@ -23,6 +23,7 @@ export function checkRevision(compilerInfo) {
// TODO: Remove this line and break up compilePartial
export function template(templateSpec, env) {
+ /* istanbul ignore next */
if (!env) {
throw new Exception("No environment passed to template");
}