mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-16 16:23:51 +01:00
fix: msys2 path (github #12)
This commit is contained in:
parent
6feb88d48f
commit
659235bf2e
5 changed files with 80 additions and 13 deletions
|
|
@ -16,6 +16,9 @@ pub fn highlight_difference(
|
|||
if split_suggested_command == split_last_command {
|
||||
return None;
|
||||
}
|
||||
if split_suggested_command.is_empty() {
|
||||
return None;
|
||||
}
|
||||
|
||||
let privileged = PRIVILEGE_LIST.contains(&split_suggested_command[0].as_str());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue