Add TODO for bug
This commit is contained in:
parent
bc54a2d418
commit
0109bf6c6f
@ -299,6 +299,7 @@ fn main() -> Result<(), String> {
|
|||||||
cmd
|
cmd
|
||||||
}
|
}
|
||||||
ServerAddress::Localhost => {
|
ServerAddress::Localhost => {
|
||||||
|
//TODO don't use shell command on localhost, this will fail on windows
|
||||||
let mut cmd = ShellCmd::new("ls");
|
let mut cmd = ShellCmd::new("ls");
|
||||||
cmd.arg(&working_directory);
|
cmd.arg(&working_directory);
|
||||||
cmd
|
cmd
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user