Optimized the storage, key is now String instead of Rc<String>, fixed some error output.
This commit is contained in:
@@ -125,6 +125,7 @@ impl LKOut {
|
||||
Self { out: o, err: e }
|
||||
}
|
||||
|
||||
#[allow(dead_code)]
|
||||
pub fn from_vecs(out: Vec<String>, err: Vec<String>) -> Self {
|
||||
Self {
|
||||
out: Some(Rc::new(RefCell::new(out))),
|
||||
|
||||
Reference in New Issue
Block a user