From ffc96cec00f46bc667d8a3cb2f4f021ff4de9a5b Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:24:30 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=F0=9F=94=84=20stream.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/stream.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/stream.ts b/src/utils/stream.ts index 99c5413..b65de74 100644 --- a/src/utils/stream.ts +++ b/src/utils/stream.ts @@ -74,3 +74,4 @@ export class Stream implements AsyncIterator { return Promise.resolve({ done: true, value: undefined }) } } +