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
file an issue on azjezz/psl so that the output is included in the exception's error message.
If you think that's a good idea, we can do it, i don't think it would count as a BC break 🤔
The reason i didn't do it initially is that it could result in a messy output + it might expose information that you do not want to be exposed ( especially when used in a web app and you don't have a proper error handler configured )
Feature Request
Summary
Right now, potentially helpful output of external programs is not displayed on error, making it hard to troubleshoot them: /~https://github.com/doctrine/orm/runs/3782157355?check_suite_focus=true#step:4:18
I can think of 2 solutions:
$e->getOutput()
and$e->getErrorOutput()
Cc @azjezz
The text was updated successfully, but these errors were encountered: