feat: enhance environment path handling with buildAugmentedPath function
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user