🎠 heapdump.ts

This commit is contained in:
nirholas
2026-03-31 10:22:47 +00:00
parent b8559b313e
commit f42ed62afd

View File

@@ -15,3 +15,4 @@ export async function call(): Promise<{ type: 'text'; value: string }> {
value: `${result.heapPath}\n${result.diagPath}`,
}
}