mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 21:17:49 +02:00
Reverted test removal from (dfcbaed
)
This commit is contained in:
@ -150,7 +150,6 @@ impl Playground {
|
||||
self
|
||||
}
|
||||
|
||||
|
||||
pub fn glob_vec(pattern: &str) -> Vec<PathBuf> {
|
||||
glob(pattern).unwrap().map(|r| r.unwrap()).collect()
|
||||
}
|
||||
|
Reference in New Issue
Block a user