Closed wewei closed 6 years ago
@mafintosh , thanks for developing tar-fs
, it's a great utility package. We need to use the package with custom fs, this is a blocking issue. If the simple fix looks fine, would you help to publish a new patch?
Thanks a lot.
Awesome. 1.16.3
Problem:
When using the tar-fs with custom
fs
, themkdirp
method still use the standardfs
. The root cause is a typo inmkdirfix
method. The file system object is passed withfs
option, but consumed throughxfs
.Fix:
Replace
xfs
withfs
inmkdirfix
.