Comparing version 1.0.2 to 1.0.3
@@ -116,4 +116,4 @@ 'use strict'; | ||
let buffer = Buffer.isBuffer(data) ? data : new Buffer('' + data, options.encoding || 'utf8'); | ||
writeAll(fd, buffer, 0, buffer.length, 0, () => { | ||
const args = Array.prototype.slice.call(arguments); | ||
writeAll(fd, buffer, 0, buffer.length, 0, function() { | ||
let args = Array.prototype.slice.call(arguments); | ||
cb.apply(null, args.concat(newPath)); | ||
@@ -120,0 +120,0 @@ }); |
@@ -27,3 +27,3 @@ { | ||
}, | ||
"version": "1.0.2" | ||
"version": "1.0.3" | ||
} |
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
8248