Skip to content
Snippets Groups Projects
Commit b6336c58 authored by AdminXVII's avatar AdminXVII Committed by Michael Aaron Murphy
Browse files

fix: On failure to fetch the line, reset to terminated mode

parent 906e5654
No related branches found
No related tags found
No related merge requests found
...@@ -329,7 +329,7 @@ impl<'a> InteractiveShell<'a> { ...@@ -329,7 +329,7 @@ impl<'a> InteractiveShell<'a> {
} }
self.save_command(&cmd); self.save_command(&cmd);
} }
None => self.terminated.set(false), None => self.terminated.set(true),
} }
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment