From 646c5eb11d3b9240f8434163d103a117d30c88c7 Mon Sep 17 00:00:00 2001 From: Elizabeth Date: Thu, 29 May 2025 00:57:46 -0700 Subject: Fixes recursion stack exhaustion when creating metrics --- hooks/server/job/queuer.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'hooks') diff --git a/hooks/server/job/queuer.ts b/hooks/server/job/queuer.ts index 069cca4..d30de22 100644 --- a/hooks/server/job/queuer.ts +++ b/hooks/server/job/queuer.ts @@ -48,7 +48,9 @@ export class LaminarJobQueuer }) .peek((c) => c.trace.trace( - `im so excited to see how this queue job will end!! (>ᴗ<): ${c.get().toString()}`, + `im so excited to see how this queue job will end!! (>ᴗ<): ${c + .get() + .toString()}`, ), ) .map(getStdout) -- cgit v1.2.3-70-g09d2