Add TODO for bug

This commit is contained in:
Leonard Steppy 2025-02-03 16:54:42 +01:00
parent bc54a2d418
commit 0109bf6c6f

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