summaryrefslogtreecommitdiffstats
path: root/lib/handlebars/exception.js
diff options
context:
space:
mode:
authorkpdecker <kpdecker@gmail.com>2015-08-01 21:47:13 -0500
committerkpdecker <kpdecker@gmail.com>2015-08-01 22:01:16 -0500
commitefddc3c09cacd6719a8206eeb3787a0c3aabb174 (patch)
treeaafff8bdacd93df102999d21ed9fa8038be640a8 /lib/handlebars/exception.js
parentf3e8b189254b86d2c852342d69167c35a08598a9 (diff)
downloadhandlebars.js-efddc3c09cacd6719a8206eeb3787a0c3aabb174.zip
handlebars.js-efddc3c09cacd6719a8206eeb3787a0c3aabb174.tar.gz
handlebars.js-efddc3c09cacd6719a8206eeb3787a0c3aabb174.tar.bz2
Increase code coverage
Diffstat (limited to 'lib/handlebars/exception.js')
-rw-r--r--lib/handlebars/exception.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/handlebars/exception.js b/lib/handlebars/exception.js
index 46ce18e..52499c0 100644
--- a/lib/handlebars/exception.js
+++ b/lib/handlebars/exception.js
@@ -19,6 +19,7 @@ function Exception(message, node) {
this[errorProps[idx]] = tmp[errorProps[idx]];
}
+ /* istanbul ignore else */
if (Error.captureStackTrace) {
Error.captureStackTrace(this, Exception);
}