mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-01-20 21:57:14 +08:00
parent
6fd988a355
commit
abf119918f
|
@ -260,7 +260,7 @@ static void process_input(bool continuous_mode, bool verbose) {
|
|||
output_bind_command(bind_chars);
|
||||
}
|
||||
|
||||
if (should_exit(wc)) {
|
||||
if (continuous_mode && should_exit(wc)) {
|
||||
std::fwprintf(stderr, L"\nExiting at your request.\n");
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user