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

fixed recursive folder creation during staging path transfer #16711

Merged
merged 2 commits into from
Dec 12, 2024

Conversation

IDCs
Copy link
Contributor

@IDCs IDCs commented Nov 28, 2024

fs-extra's recursive directory creation is not reliable; now using fs.ensureDirWritableAsync which is "battle" tested.

(Will apply to downloads too)

fixes #16710

fs-extra's recursive directory creation is not reliable; now using
fs.ensureDirWritableAsync which is "battle" proven.

fixes #16710
@IDCs IDCs requested a review from insomnious November 28, 2024 07:27
@insomnious insomnious merged commit d00d932 into master Dec 12, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants