mafintosh / tar-stream

tar-stream is a streaming tar parser and generator.
MIT License
406 stars 92 forks source link

Unable to set file mode #74

Closed cwtuan closed 1 year ago

cwtuan commented 7 years ago
stream.entry({ name: `files/test.html`, mode: parseInt('777', 8) }, "test......");

But, result in :

➜  la files
total 16
-rwxr-xr-x@ 1 tony  staff   1.4K  7 31 11:30 test.html