Browse Source

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

Book Pauk 2 years ago
parent
commit
50ea7a5ca7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      server/core/ZipReader.js

+ 1 - 1
server/core/ZipReader.js

@@ -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});