mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-05-07 12:26:41 +02:00
[v2][log]: Add generic fern::Dispatch TargetKind to log (#2600)
* [v2][log]: Add generic fern::Dispatch TargetKind to log Original: https://github.com/tauri-apps/plugins-workspace/pull/1130/commits/b691382d1ea54733ca837995cfac9f82ea05f168 * Add change file * clippy --------- Co-authored-by: Tony <legendmastertony@gmail.com> Co-authored-by: venkr <venkateshrameshkumar+1@gmail.com>
This commit is contained in:
committed by
GitHub
parent
d1609913be
commit
9629c2f4f9
@@ -304,7 +304,7 @@ impl ShellScope<'_> {
|
||||
.map(|s| {
|
||||
std::path::PathBuf::from(s)
|
||||
.components()
|
||||
.last()
|
||||
.next_back()
|
||||
.unwrap()
|
||||
.as_os_str()
|
||||
.to_string_lossy()
|
||||
|
||||
Reference in New Issue
Block a user