Merge pull request 'fix: idle_pane_count not reset in phase-changed branch of monitor_phase_loop (#436)' (#511) from fix/issue-436 into main
This commit is contained in:
commit
df627c1b88
1 changed files with 1 additions and 0 deletions
|
|
@ -399,6 +399,7 @@ monitor_phase_loop() {
|
||||||
# shellcheck disable=SC2034 # read by phase-handler.sh callback
|
# shellcheck disable=SC2034 # read by phase-handler.sh callback
|
||||||
LAST_PHASE_MTIME="$phase_mtime"
|
LAST_PHASE_MTIME="$phase_mtime"
|
||||||
idle_elapsed=0
|
idle_elapsed=0
|
||||||
|
idle_pane_count=0
|
||||||
|
|
||||||
# Terminal phases
|
# Terminal phases
|
||||||
case "$current_phase" in
|
case "$current_phase" in
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue