We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
npx patchcab
Describe the bug
When running npx patchcab, these lines in bin.ts cause my ./modules directory to be destroyed:
bin.ts
./modules
patchcab/core/src/bin/bin.ts
Line 28 in 0fdb815
Line 36 in 0fdb815
./modules seems to be a source directory - why is it being deleted?
To Reproduce
Environment:
The text was updated successfully, but these errors were encountered:
I deleted everything and started over, and the problem still occurs - it is the npx patchcab that triggers it.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
When running
npx patchcab
, these lines inbin.ts
cause my./modules
directory to be destroyed:patchcab/core/src/bin/bin.ts
Line 28 in 0fdb815
patchcab/core/src/bin/bin.ts
Line 36 in 0fdb815
./modules
seems to be a source directory - why is it being deleted?To Reproduce
Environment:
The text was updated successfully, but these errors were encountered: