summaryrefslogtreecommitdiffstats
path: root/lib/handlebars/exception.js
diff options
context:
space:
mode:
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);
}