pull/2600/head
Tony 3 months ago
parent c54e4f618d
commit 577b119e8f
No known key found for this signature in database
GPG Key ID: 34BDD3EA27824956

@ -304,7 +304,7 @@ impl ShellScope<'_> {
.map(|s| { .map(|s| {
std::path::PathBuf::from(s) std::path::PathBuf::from(s)
.components() .components()
.last() .next_back()
.unwrap() .unwrap()
.as_os_str() .as_os_str()
.to_string_lossy() .to_string_lossy()

Loading…
Cancel
Save