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) } +