Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support AbortSignal to abort the processing #477

Merged
merged 1 commit into from
Jan 4, 2025
Merged

Conversation

mrmlnc
Copy link
Owner

@mrmlnc mrmlnc commented Jan 4, 2025

What is the purpose of this pull request?

This is allow to use AbortSignal to abort glob progress.

#435

What changes did you make? (Give an overview)

Just passing the signal option to @nodelib/fs.walk.

nodelib/nodelib#104

@mrmlnc mrmlnc linked an issue Jan 4, 2025 that may be closed by this pull request
@mrmlnc mrmlnc force-pushed the ISSUE-435_abort_signal branch from c68049e to c994937 Compare January 4, 2025 20:27
@mrmlnc mrmlnc marked this pull request as ready for review January 4, 2025 20:37
@mrmlnc mrmlnc merged commit 665be46 into master Jan 4, 2025
20 checks passed
@mrmlnc mrmlnc deleted the ISSUE-435_abort_signal branch January 4, 2025 21:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow abort glob progress
1 participant