We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7109429 commit 9f21ecdCopy full SHA for 9f21ecd
1 file changed
lib/archivers/zip/zip-archive-output-stream.js
@@ -235,7 +235,7 @@ ZipArchiveOutputStream.prototype._writeCentralDirectoryZip64 = function() {
235
// not implemented at this time
236
237
// end of central directory locator
238
- this.write(zipUtil.getLongBytes(costants.SIG_ZIP64_EOCD_LOC));
+ this.write(zipUtil.getLongBytes(constants.SIG_ZIP64_EOCD_LOC));
239
240
// disk number holding the ZIP64 EOCD record
241
this.write(constants.LONG_ZERO);
0 commit comments