Skip to content

Commit

Permalink
[js:quicklook] fix enbug of #3586
Browse files Browse the repository at this point in the history
  • Loading branch information
nao-pon committed Dec 20, 2023
1 parent 5448453 commit e0df91d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/worker/quicklook.unzip.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
var type = self.data.type,
bin = self.data.bin,
bin = new Uint8Array(self.data.bin),
unzipFiles = function() {
/** @type {Array.<string>} */
var filenameList = [];
Expand Down

0 comments on commit e0df91d

Please sign in to comment.