diff --git a/scripts/hooks/on-exit b/scripts/hooks/on-exit index 60e02d18a..2260d89b5 100755 --- a/scripts/hooks/on-exit +++ b/scripts/hooks/on-exit @@ -11,7 +11,7 @@ # - all emitted non-JSON lines are considered feedback messages if the exit # code is zero, otherwise they are considered errors. -while read modified_task +while read -t 1 modified_task do # Scan task done