We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b405918 commit 095c173Copy full SHA for 095c173
lib/untar.js
@@ -57,7 +57,7 @@ function TarLocalFile(bstream) {
57
// 2+32+32+8+8+155 = 237 Bytes
58
59
if (this.prefix.length) {
60
- this.name = this.prefix + this.name;
+ this.name = this.prefix + "/" + this.name;
61
}
62
bstream.readBytes(12); // 512 - 263 - 237
63
} else {
0 commit comments