Batch mode cannot be killed with ctrl+c #124
Unanswered
dan1elhughes
asked this question in
Questions
Replies: 1 comment
-
mnamer doesn't have any logic which should interfere with interrupts when running in batch mode. Without blocking for user input (as is done for interactive mode) I don't think that there is anything that be done here. AFAIK its a platform or interpreter issue rather than an mnamer one. For instance, interrupting |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
👋 I started a batch mode run and wanted to cancel it. Neither Ctrl+D nor Ctrl+C would let me kill it.
Beta Was this translation helpful? Give feedback.
All reactions