yiisoft / yii-console

Yii console components
https://www.yiiframework.com/
BSD 3-Clause "New" or "Revised" License
64 stars 31 forks source link

Show full path to file in error message #119

Closed epifrin closed 3 years ago

epifrin commented 3 years ago

The console error message only contains the filename, for example "In GroupManager.php line 131:".

I would like you to add the full path to the file in order to better understand the package of the file.

rustamwin commented 3 years ago

Try to run the command in verbose mode.

epifrin commented 3 years ago

Ok, this shows the full path and stack trace.