We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29340ba commit de5f387Copy full SHA for de5f387
1 file changed
lib/archivers/zip/constants.js
@@ -52,7 +52,7 @@ module.exports = {
52
EXT_FILE_ATTR_FILE: 020151000040, // 644 -rw-r--r-- = (((S_IFREG | 0644) << 16) | S_DOS_A) >>> 0
53
54
// Unix file types
55
- S_IFMT: 0170000, /* type of file mask */
+ S_IFMT: 0170000, // type of file mask
56
S_IFIFO: 010000, // named pipe (fifo)
57
S_IFCHR: 020000, // character special
58
S_IFDIR: 040000, // directory
0 commit comments