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}`, } } +