Skip to content

Commit

Permalink
Merge pull request zplug#430 from kba/printf-fix
Browse files Browse the repository at this point in the history
Fix printf in __zplug::job::handle::wait
  • Loading branch information
b4b4r07 authored Feb 15, 2018
2 parents 14b99d6 + be385d8 commit 335536a
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 335536a

Please sign in to comment.