From f42ed62afd9a715097b61463775c6870edbda861 Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:22:47 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A0=20heapdump.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/commands/heapdump/heapdump.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/commands/heapdump/heapdump.ts b/src/commands/heapdump/heapdump.ts index 75dd90e..f13a217 100644 --- a/src/commands/heapdump/heapdump.ts +++ b/src/commands/heapdump/heapdump.ts @@ -15,3 +15,4 @@ export async function call(): Promise<{ type: 'text'; value: string }> { value: `${result.heapPath}\n${result.diagPath}`, } } +