Comparing version
@@ -139,3 +139,3 @@ 'use strict'; | ||
else if (typeof type === 'object') { | ||
if (Hoek.contain(err, type, { deep: true })) { | ||
if (Hoek.contain(err, type, { deep: true, part: true })) { | ||
return true; | ||
@@ -142,0 +142,0 @@ } |
{ | ||
"name": "bounce", | ||
"description": "Selective error catching and rewrite rules", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"repository": "git://github.com/hapijs/bounce", | ||
@@ -6,0 +6,0 @@ "main": "lib/index.js", |
22656
0.72%