Comparing version 3.0.2 to 3.0.3
@@ -30,3 +30,3 @@ 'use strict'; | ||
if (statErr && statErr.code !== 'ENOENT') { | ||
return onWritten(statErr); | ||
return callback(statErr); | ||
} | ||
@@ -33,0 +33,0 @@ // If target doesn't exist, the vinyl will still carry the target stats. |
{ | ||
"name": "vinyl-fs", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"description": "Vinyl adapter for the file system.", | ||
@@ -5,0 +5,0 @@ "author": "Gulp Team <team@gulpjs.com> (http://gulpjs.com/)", |
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
49255