Comparing version 7.4.1 to 7.4.2
@@ -616,2 +616,6 @@ 'use strict'; | ||
if (value !== undefined) { | ||
if (value instanceof Error) { | ||
return callback(value); | ||
} | ||
return callback(null, value); | ||
@@ -618,0 +622,0 @@ } |
{ | ||
"name": "penseur", | ||
"description": "Lightweight RethinkDB wrapper", | ||
"version": "7.4.1", | ||
"version": "7.4.2", | ||
"author": "Eran Hammer <eran@hammer.io> (http://hueniverse.com)", | ||
@@ -6,0 +6,0 @@ "repository": "git://github.com/hueniverse/penseur", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
56581
1461