From 2bfbdfc55cd0cd23a4e574b21915f34f03101082 Mon Sep 17 00:00:00 2001 From: Zoltan Kochan Date: Tue, 30 Sep 2025 16:32:34 +0200 Subject: [PATCH] fix: errorHander.ts --- pnpm/src/errorHandler.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pnpm/src/errorHandler.ts b/pnpm/src/errorHandler.ts index a5e3122909..10722c3a72 100644 --- a/pnpm/src/errorHandler.ts +++ b/pnpm/src/errorHandler.ts @@ -37,7 +37,11 @@ export async function errorHandler (error: Error & { code?: string }): Promise {