CommandFInished exitCode 0 when generators outputs "already exist" #36072
Unanswered
dillingham
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hmm.. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Not sure if this is intended or a bug.. but CommandFinished event for console outputs exitCode 0 (success) when the commands for
make
(or atleast make:policy) when it wasnt successful. How do we early return from a listener if the command didnt execute as intended? I even triedArtisan::output()
from the listener but it doesnt output "Policy already exists!" which would be a workaround at bestBeta Was this translation helpful? Give feedback.
All reactions