fix: file reader close
This commit is contained in:
parent
b3f0f6d980
commit
a1a017a001
1 changed files with 0 additions and 1 deletions
|
@ -41,7 +41,6 @@ export class ComicReferrer extends createDefaultClass("comic") {
|
|||
const data = (await descEntry.getData(textWriter));
|
||||
this.desc = JSON.parse(data);
|
||||
zip.reader.close()
|
||||
.then(() => zip.handle.close());
|
||||
}
|
||||
|
||||
override async createDocumentBody(): Promise<DocumentBody> {
|
||||
|
|
Loading…
Add table
Reference in a new issue