Merge pull request #5420 from dignow/fix/busy_cursor
fix, portable version, busy cursor last for a long time
This commit is contained in:
		
						commit
						2a95d13eae
					
				@ -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