mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-22 04:01:19 +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…
x
Reference in New Issue
Block a user