27 ShellCommand on localhost when calculating actions #28

Merged
Mr_Steppy merged 7 commits from 27-shell-command-on-localhost-when-calculating-actions into master 2025-02-03 22:34:22 +01:00
Showing only changes of commit 0109bf6c6f - Show all commits

View File

@ -299,6 +299,7 @@ fn main() -> Result<(), String> {
cmd
}
ServerAddress::Localhost => {
//TODO don't use shell command on localhost, this will fail on windows
let mut cmd = ShellCmd::new("ls");
cmd.arg(&working_directory);
cmd