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
When installing a BotMan driver using the artisan command, we need to check if an error occurs and tell the user.
Right now we're always showing a success message.
Changed run() to mustRun() according to https://symfony.com/doc/current/components/process.html. Also added symfony/process as dependency to have correct typehinting when checking out the project standalone, but if that dependency doesn't make any sense, I could remove that. :)
When installing a BotMan driver using the artisan command, we need to check if an error occurs and tell the user.
Right now we're always showing a success message.
https://github.com/botman/studio-addons/blob/master/src/Console/Commands/BotManInstallDriver.php#L78
The text was updated successfully, but these errors were encountered: