mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Cleanup
This commit is contained in:
parent
ab9840d3bc
commit
33bc6f9b9b
1 changed files with 1 additions and 2 deletions
|
|
@ -52,9 +52,8 @@ function cleanupLegacyShellInit() {
|
||||||
let shells;
|
let shells;
|
||||||
try {
|
try {
|
||||||
shells = detectShells();
|
shells = detectShells();
|
||||||
} catch (error) {
|
} catch {
|
||||||
// Best-effort cleanup — skip if shell detection fails
|
// Best-effort cleanup — skip if shell detection fails
|
||||||
console.warn("Failed to detect shells for legacy cleanup:", error);
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue