Add TODO for bug
This commit is contained in:
parent
bc54a2d418
commit
0109bf6c6f
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user