Exit invoked with a non-integer status.
Meaning
Exit invoked with a non-integer status.
Typical Trigger
exit foo or exit 1.1 in scripts.
Fast Fix
Ensure exit receives an integer 0-255.
exit foo or exit 1.1 in scripts.exit calls in the script.exit receives an integer 0-255.TmuxAI is a terminal AI assistant for tmux and CLI workflows. Get help with commands, fixes, and explanations without breaking focus.
Explore TmuxAI