From 01d8de3b161f70a41f7f237451a344a7d4691193 Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:24:33 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20tempfile.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/tempfile.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/tempfile.ts b/src/utils/tempfile.ts index f39c68c..75e4d28 100644 --- a/src/utils/tempfile.ts +++ b/src/utils/tempfile.ts @@ -29,3 +29,4 @@ export function generateTempFilePath( : randomUUID() return join(tmpdir(), `${prefix}-${id}${extension}`) } +