From ee9a661fc7dfb07879472a5f6bf0b445c17a875f Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:24:18 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=F0=9F=8C=86=20heapDumpService.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/heapDumpService.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/heapDumpService.ts b/src/utils/heapDumpService.ts index c451d85..155ff78 100644 --- a/src/utils/heapDumpService.ts +++ b/src/utils/heapDumpService.ts @@ -301,3 +301,4 @@ async function writeHeapSnapshot(filepath: string): Promise { const heapSnapshotStream = getHeapSnapshot() await pipeline(heapSnapshotStream, writeStream) } +