Closed
Description
I was just dockerizing one of my projects and due to funny COPY
syntax i copied my patches to root of the project instead to ./patches
directory. Which resulted in silent fail to patch packages.
The console output was:
patch-package: Applying patches...
I assumed that i just successfully applied patches. When it really did nothing.
I propose one of two things:
- Fail when no patches were found. This seems like kinda logical step to me — if there are no patches something is wrong.
- Make console output more ovious like write:
NO PACKAGES FOUND
(but exit with 0).
I am willing to make a PR after agreeing on what's better.
Metadata
Metadata
Assignees
Labels
No labels