adm-zip icon indicating copy to clipboard operation
adm-zip copied to clipboard

addZipComment lead zip writing to fail with error TypeError: _comment.copy is not a function

Open jeromevalentin opened this issue 7 years ago • 1 comments

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

jeromevalentin avatar Sep 27 '17 13:09 jeromevalentin

Any update on this?

eMuonTau avatar Apr 21 '20 14:04 eMuonTau