fix: accumulate message words in cmd_continue for loop #227
Reference in New Issue
Block a user
Delete Branch "fix/issue-225-cmd-continue-message-truncation"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Changed message assignment to accumulate words instead of overwriting. Previously only the last word survived. Fixes #225
lgtm