From a055b4c8795b5142728c9ce44f7de12f01c77746 Mon Sep 17 00:00:00 2001 From: Jorge Bucaran Date: Wed, 24 Feb 2016 09:18:00 +0900 Subject: [PATCH] Add more instrumentation. --- functions/fisher_install.fish | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/functions/fisher_install.fish b/functions/fisher_install.fish index 6f01272..db7ae97 100644 --- a/functions/fisher_install.fish +++ b/functions/fisher_install.fish @@ -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