Add more instrumentation.

This commit is contained in:
Jorge Bucaran 2016-02-24 09:18:00 +09:00
parent c11774c525
commit a055b4c879
No known key found for this signature in database
GPG key ID: E54BA3C0E646DB30

View file

@ -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