fix, portable version, busy cursor last for a long time
Signed-off-by: dignow <linlong1265@gmail.com>
This commit is contained in:
parent
1ef2ca83a9
commit
1ff94d1035
@ -54,7 +54,7 @@ fn execute(path: PathBuf, args: Vec<String>) {
|
|||||||
.stdin(Stdio::inherit())
|
.stdin(Stdio::inherit())
|
||||||
.stdout(Stdio::inherit())
|
.stdout(Stdio::inherit())
|
||||||
.stderr(Stdio::inherit())
|
.stderr(Stdio::inherit())
|
||||||
.output()
|
.spawn()
|
||||||
.ok();
|
.ok();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user