🌆 heapDumpService.ts

This commit is contained in:
nirholas
2026-03-31 10:24:18 +00:00
parent 83f25142df
commit ee9a661fc7

View File

@@ -301,3 +301,4 @@ async function writeHeapSnapshot(filepath: string): Promise<void> {
const heapSnapshotStream = getHeapSnapshot()
await pipeline(heapSnapshotStream, writeStream)
}