recursion exits with 99

This commit is contained in:
Jacob Lundqvist 2022-11-01 06:12:25 +01:00
parent baed0df8a1
commit 09f6317620

View file

@ -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