浏览代码

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

Book Pauk 2 年之前
父节点
当前提交
50ea7a5ca7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      server/core/ZipReader.js

+ 1 - 1
server/core/ZipReader.js

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