Skip to content

Commit 3eb8c77

Browse files
committed
--debug=2 to disable concurrency
1 parent 6e8d5cc commit 3eb8c77

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

git-fmt-diff

+2-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ pat_list_to_case () {
6666
}
6767

6868
rm_list__push () {
69-
[ "$gf_debug" -eq 2 ] && return
69+
[ "$gf_debug" -ge 3 ] && return
7070
for f in "$@"; do
7171
echo "$f" >> "$g_rm_list"
7272
done
@@ -446,6 +446,7 @@ processing () (
446446

447447
# shellcheck disable=SC2086
448448
process_file "$risky" $line > "$outfile" &
449+
[ "$gf_debug" -ge 2 ] && wait
449450

450451
i=$((i+1))
451452
done << EOL

0 commit comments

Comments
 (0)