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; }