tarantool / cartridge-cli

Command-line utility to manage tarantool cartridge applications
Other
49 stars 17 forks source link

enter: fix crash on `\q`. #772

Closed askalt closed 1 year ago

askalt commented 1 year ago

Fixed crash on \q input in cartridge enter. In this case, instance returns an empty response, add a check for this.

Closes #705