Skip to content

Commit

Permalink
🐛 Fix printf in __zplug::job::handle::wait
Browse files Browse the repository at this point in the history
  • Loading branch information
kba committed Aug 1, 2017
1 parent cd82438 commit be385d8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions base/job/handle.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -178,10 +178,9 @@ __zplug::job::handle::wait()
if __zplug::job::process::is_running "$repo_pids[@]" "$hook_pids[@]"; then
builtin printf "\n"
__zplug::io::print::f \
--zplug \
"Finished: %d/%d plugins\n" \
${(k)#proc_states[(R)terminated]} \
$#repos
${#proc_states}
else
repo_pids=()
fi
Expand Down

0 comments on commit be385d8

Please sign in to comment.