Comparing version 3.0.0 to 3.0.1
@@ -104,3 +104,4 @@ var _ = require('underscore'), | ||
var next = this; | ||
storage.pool(batch.options.filepath).create(function(res) { | ||
storage.pool(batch.options.filepath).create(function(err, res) { | ||
if (err) return next(err); | ||
resource = res; | ||
@@ -107,0 +108,0 @@ next(); |
@@ -37,3 +37,3 @@ { | ||
}, | ||
"version" : "3.0.0", | ||
"version" : "3.0.1", | ||
"scripts": { | ||
@@ -40,0 +40,0 @@ "pretest": "npm install --dev", |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
30281
542
1