From 50ea7a5ca77ed4ec40ba8f5d7b799b74aee0a94e Mon Sep 17 00:00:00 2001 From: Book Pauk Date: Tue, 16 Aug 2022 18:34:03 +0700 Subject: [PATCH] =?UTF-8?q?=D0=9C=D0=B5=D0=BB=D0=BA=D0=B0=D1=8F=20=D0=BF?= =?UTF-8?q?=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=BA=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/core/ZipReader.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/core/ZipReader.js b/server/core/ZipReader.js index 4103cb3..5b9a128 100644 --- a/server/core/ZipReader.js +++ b/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});