mirror of
https://github.com/jaclu/tmux-power-zoom.git
synced 2026-09-10 07:06:18 -04:00
recursion exits with 99
This commit is contained in:
parent
baed0df8a1
commit
09f6317620
|
|
@ -111,7 +111,7 @@ power_zoom() {
|
|||
log_it "was placeholder"
|
||||
if [[ -n "$1" ]]; then
|
||||
error_msg "Recursion detected when unzooming"
|
||||
exit 1
|
||||
exit 99
|
||||
fi
|
||||
#
|
||||
# Keep code simple, only use one unzoom procedure
|
||||
|
|
|
|||
Loading…
Reference in a new issue