This commit is contained in:
Reinier Criel 2026-04-07 15:03:41 -07:00
parent ab9840d3bc
commit 33bc6f9b9b

View file

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