compressing icon indicating copy to clipboard operation
compressing copied to clipboard

error mkdir file exists when decompressing the zip file in Windows

Open grj001 opened this issue 9 months ago • 1 comments

When decompressing the zip file in Windows, an error occurred and I changed here

mkdir file exists

lib/zip/uncompress_stream.js

const type = /[\\\/]$/.test(entry.fileName) ? 'directory' : 'file';

grj001 avatar May 22 '24 13:05 grj001