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
I think the launcher debug output - "Using the Drush script found at [...] using pcntl_exec" - from Drush is very useful. I wasn't able to get similar output from the Drupal Console launcher.
The text was updated successfully, but these errors were encountered:
One example comparing output from Drupal Console with "-vvv" and Drush with "-debug":
$ drupal -vvv about
Drupal Console (1.0.0-rc11)
[... cut additional info ...]
$ drush --debug version
Using the Drush script found at /path_to_d8_site/vendor/drush/drush/drush.launcher using pcntl_exec
[ ... cut more debug info ... ]
Drush Version : 8.1.8
Command dispatch complete [0.28 sec, 5.44 MB]
davidgrayston
pushed a commit
to dennisinteractive/drupal-console-launcher
that referenced
this issue
Jan 10, 2017
Hi!
I think the launcher debug output - "Using the Drush script found at [...] using pcntl_exec" - from Drush is very useful. I wasn't able to get similar output from the Drupal Console launcher.
The text was updated successfully, but these errors were encountered: