You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, if patching a package fails for some reason, for example, if file to be patched is not found, a warning is printed on the terminal and the process continues.
Warning: Patch file found for package **package-name** which is not present at ...
This is potentially dangerous and could break things in an application.
I propose that this is not enough and that the process should be exited and not allowed to complete execution and an error should be clearly indicated.
KonstaL, thorn0, johansedgeware and AnonymousArthur