You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my [PR 224](LukeSmithxyz#224), I
introduced a bug. While I was catching SIGINT with the trap statement,
I did not actually exit the script and returned into the shell.
FixesLukeSmithxyz#234
In my [PR 224](#224), I
introduced a bug. While I was catching SIGINT with the trap statement,
I did not actually exit the script and returned into the shell.
Fixes#234
Expected behavior: program quits.
Actual behavior:
mw add
- literal^C-e
inputted and program loops infinitelymw delete
- same as withmw add
mw purge
- literalC-e
inputted, which is read as a 'yes' and purge is executedThe text was updated successfully, but these errors were encountered: