adm-zip
adm-zip copied to clipboard
addZipComment lead zip writing to fail with error TypeError: _comment.copy is not a function
Zip comment is a string and does not contain copy function!
if (_comment) {
_comment.copy(mh, Utils.Constants.ENDHDR); // add zip file comment
}
ZipFiles.js line 297
Any update on this?