Skip to content

Replace find command#57

Merged
0140454 merged 1 commit into0140454:masterfrom
DNEGEL3125:replace-find
Sep 18, 2025
Merged

Replace find command#57
0140454 merged 1 commit into0140454:masterfrom
DNEGEL3125:replace-find

Conversation

@DNEGEL3125
Copy link
Contributor

Use fs.readdirSync and fs.rmSync instead of child_process.execFileSync with find command for better maintainability and cross-platform compatibility.

With this change, curlconverter.js can be run on Mac.

@0140454
Copy link
Owner

0140454 commented Sep 16, 2025

Oops, check failed :(

@DNEGEL3125
Copy link
Contributor Author

Oops, check failed :(

It seemed that it was not passing because of yarn.lock, so I removed it.

Use `fs.readdirSync` and `fs.rmSync` instead of `child_process.execFileSync` with `find` command for better maintainability and cross-platform compatibility
@DNEGEL3125
Copy link
Contributor Author

I updated yarn.lock by running yarn install. It should pass the build test now.

@0140454 0140454 merged commit cc32f2b into 0140454:master Sep 18, 2025
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

Development

Successfully merging this pull request may close these issues.

2 participants