From 3ae4e1511f9ac938d4208f2e35f9f10f1ef505bf Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:24:15 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=F0=9F=AA=B5=20zip.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/dxt/zip.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/dxt/zip.ts b/src/utils/dxt/zip.ts index 497a723..6c57c25 100644 --- a/src/utils/dxt/zip.ts +++ b/src/utils/dxt/zip.ts @@ -224,3 +224,4 @@ export async function readAndUnzipFile( throw new Error(`Failed to read or unzip file: ${errorMessage}`) } } +