Skip to content

Commit

Permalink
Fix xdebug handling for sub processes (#6138)
Browse files Browse the repository at this point in the history
  • Loading branch information
webflo authored Oct 29, 2024
1 parent 15d60d9 commit 4953b97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drush
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ parse_commandline()
_key="$1"
case "$_key" in
--xdebug)
DRUSH_ALLOW_XDEBUG=1
export DRUSH_ALLOW_XDEBUG=1
return
;;
esac
Expand Down

0 comments on commit 4953b97

Please sign in to comment.