From 33bc6f9b9ba51ca316ab6f2165dc9dd64519a779 Mon Sep 17 00:00:00 2001 From: Reinier Criel Date: Tue, 7 Apr 2026 15:03:41 -0700 Subject: [PATCH] Cleanup --- packages/safe-chain/src/shell-integration/setup-ci.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/safe-chain/src/shell-integration/setup-ci.js b/packages/safe-chain/src/shell-integration/setup-ci.js index 5a21c28..b1de890 100644 --- a/packages/safe-chain/src/shell-integration/setup-ci.js +++ b/packages/safe-chain/src/shell-integration/setup-ci.js @@ -52,9 +52,8 @@ function cleanupLegacyShellInit() { let shells; try { shells = detectShells(); - } catch (error) { + } catch { // Best-effort cleanup — skip if shell detection fails - console.warn("Failed to detect shells for legacy cleanup:", error); return; }