Fixed history command
This commit is contained in:
		@ -55,7 +55,7 @@ pub mod shell {
 | 
				
			|||||||
                    //let stdout = Stdio::inherit();
 | 
					                    //let stdout = Stdio::inherit();
 | 
				
			||||||
                    let res = get_history();
 | 
					                    let res = get_history();
 | 
				
			||||||
                    match res {
 | 
					                    match res {
 | 
				
			||||||
                        Ok(r) => return r,
 | 
					                        Ok(r) => println!("{}", r),
 | 
				
			||||||
                        Err(e) => eprintln!(" Err: {}", e),
 | 
					                        Err(e) => eprintln!(" Err: {}", e),
 | 
				
			||||||
                    }
 | 
					                    }
 | 
				
			||||||
                },
 | 
					                },
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user