From 85591431eb36f3414b7e3c2dc0954ac356f1b889 Mon Sep 17 00:00:00 2001 From: Moritz Utcke Date: Mon, 2 Jun 2025 21:46:30 -0300 Subject: [PATCH] Heap Snapshot --- src/pages/heap-snapshot.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/heap-snapshot.astro b/src/pages/heap-snapshot.astro index f539168b..3497bd66 100644 --- a/src/pages/heap-snapshot.astro +++ b/src/pages/heap-snapshot.astro @@ -2,5 +2,5 @@ import { writeHeapSnapshot } from "v8"; // Create a named heap snapshot -writeHeapSnapshot(".heapsnapshot"); +writeHeapSnapshot("~/.heapsnapshot"); --- \ No newline at end of file