Мелкая поправка

This commit is contained in:
Book Pauk
2022-08-16 18:34:03 +07:00
parent 16e10a84ce
commit 50ea7a5ca7

View File

@@ -12,7 +12,7 @@ class ZipReader {
async open(zipFile) {
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});