Merge branch 'main' into feat/translate-to-english
All checks were successful
Lint / lint (pull_request) Successful in 5m58s
All checks were successful
Lint / lint (pull_request) Successful in 5m58s
This commit is contained in:
@@ -27,7 +27,9 @@ export function findEnvironmentFile(dir: string, maxDepth = 8, currentDepth = 0)
|
||||
if (found) return found;
|
||||
}
|
||||
}
|
||||
} catch {}
|
||||
} catch {
|
||||
//bypass errors
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user