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
fix(commitizen): fix bug when trying to read stdout
On my system `stdout` was undeifned and resulted in "Cannot read property 'trim' of undefined".
Switching this code to also use execa fixes that issue.
0 commit comments