feat: gracefully fallback when integration dependencies are not met
If a dependency for an integration is missing, fallback gracefully so as not to interrupt user experience
This commit is contained in:
@@ -29,7 +29,6 @@ function __register_wakatime_fish_before_exec -e fish_postexec
|
||||
else if type -p ~/.wakatime/wakatime-cli 2>&1 > /dev/null
|
||||
set wakatime_path (type -p ~/.wakatime/wakatime-cli)
|
||||
else
|
||||
echo "wakatime command not found. Please read \"https://wakatime.com/terminal\" and install wakatime."
|
||||
return 1
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user