mirror of
https://github.com/jorgebucaran/fisher
synced 2024-11-09 07:10:27 +00:00
Add more instrumentation.
This commit is contained in:
parent
83a8b12170
commit
4a28f0f9c4
@ -123,8 +123,14 @@ function fisher_install -d "Install Plugins"
|
||||
end
|
||||
end
|
||||
|
||||
debug "Resolve dependencies %s" "$path"
|
||||
|
||||
set -l deps (__fisher_deps_install "$path")
|
||||
|
||||
if test "$deps" -gt 0
|
||||
debug "Install dependencies success"
|
||||
end
|
||||
|
||||
if not __fisher_path_make "$path" --quiet
|
||||
set total (math $total - 1)
|
||||
continue
|
||||
|
Loading…
Reference in New Issue
Block a user