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
Just putting this here to make things a little bit better, not trying to nit pic :)
Is your feature request related to a problem? Please describe.
When I had a typo in the dbName parameter in the db:backup:download command I just recieved some PHP notice and an error saying a resource didn't exist.
Describe the solution you'd like
Lets throw an error if $backup is an empty arrayobject. Dumping it on line 182 gave me
Just putting this here to make things a little bit better, not trying to nit pic :)
Is your feature request related to a problem? Please describe.
When I had a typo in the dbName parameter in the
db:backup:download
command I just recieved some PHP notice and an error saying a resource didn't exist.Describe the solution you'd like
Lets throw an error if $backup is an empty arrayobject. Dumping it on line 182 gave me
because the query before returned 0 results.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: