Comparing version 0.4.1 to 0.4.2
@@ -204,9 +204,7 @@ var fs = require('fs'), | ||
} | ||
else if (options.errs) { | ||
if (typeof errs.write === 'undefined') { | ||
if (typeof errs.write === 'undefined') { | ||
errs.push(err); | ||
} | ||
else { | ||
} | ||
else { | ||
errs.write(err.stack + '\n\n'); | ||
} | ||
} | ||
@@ -213,0 +211,0 @@ return cb(); |
{ | ||
"name" : "ncp", | ||
"version" : "0.4.1", | ||
"version" : "0.4.2", | ||
"author": "AvianFlu <charlie@charlieistheman.com>", | ||
@@ -5,0 +5,0 @@ "description" : "Asynchronous recursive file copy utility.", |
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
12601
279