Add more instrumentation.

pull/445/head
Jorge Bucaran 8 years ago
parent c11774c525
commit a055b4c879
No known key found for this signature in database
GPG Key ID: E54BA3C0E646DB30

@ -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…
Cancel
Save