adjust default cwd

This commit is contained in:
Bennet Bleßmann
2025-07-20 01:25:16 +02:00
committed by Bennet Bleßmann
parent 6c7833b9c7
commit 183761eba4
2 changed files with 4 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ process_create(Exe, Args, Options) :-
([stderr], valid_stdio, stderr(std), stderr(Stderr)),
([env, environment], valid_env, environment([]), Env),
([pid], valid_pid, pid(_), pid(Pid)),
([cwd], valid_cwd, cwd(_), cwd(Cwd))
([cwd], valid_cwd, cwd("."), cwd(Cwd))
],
Options
),