feat: enhance environment path handling with buildAugmentedPath function

This commit is contained in:
Bohdan Triapitsyn
2026-01-08 19:33:43 +02:00
parent 04d6a2b2bf
commit b9ed2217a6
3 changed files with 24 additions and 7 deletions
+1 -1
View File
@@ -126,7 +126,7 @@ function getLoginShellPath(): string | null {
return null;
}
function buildAugmentedPath(): string {
export function buildAugmentedPath(): string {
const augmented = new Set<string>();
const loginPath = getLoginShellPath();