mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-05 16:21:15 -03:00
rename reader_cancel_thread to reader_thread_job_is_stale, update comments
This commit is contained in:
@@ -728,7 +728,7 @@ static int wildcard_expand_internal(const wchar_t *wc,
|
||||
|
||||
// debug( 3, L"WILDCARD_EXPAND %ls in %ls", wc, base_dir );
|
||||
|
||||
if (is_main_thread() ? reader_interrupted() : reader_cancel_thread())
|
||||
if (is_main_thread() ? reader_interrupted() : reader_thread_job_is_stale())
|
||||
{
|
||||
return -1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user