fix: fix lint in files and add a pipe for checking
All checks were successful
Lint / lint (pull_request) Successful in 10m28s

This commit is contained in:
2026-03-25 08:33:10 +01:00
parent bada7ba0e9
commit 700597a9e8
4 changed files with 45 additions and 6 deletions

View File

@@ -23,7 +23,9 @@ export function findEnvironmentFile(dir: string, maxDepth = 8, currentDepth = 0)
if (found) return found;
}
}
} catch {}
} catch {
//bypass errors
}
return null;
}