Мелкая поправка
This commit is contained in:
@@ -12,7 +12,7 @@ class ZipReader {
|
|||||||
|
|
||||||
async open(zipFile) {
|
async open(zipFile) {
|
||||||
if (this.zip)
|
if (this.zip)
|
||||||
throw new Error('Zip file already open');
|
throw new Error('Zip file is already open');
|
||||||
|
|
||||||
const zip = new StreamZip.async({file: zipFile});
|
const zip = new StreamZip.async({file: zipFile});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user