Skip to content
Snippets Groups Projects
Commit 4efffe45 authored by Konstantin Nazarov's avatar Konstantin Nazarov Committed by Roman Tsisyk
Browse files

tarantoolctl connect doesn't report errors

This happens because console:eval swallows errors
and doesn't print them to stdout.

Also, console.connect() doesn't always call on_client_disconnect()
in case of errors, so the code that was meant to terminate local
session on errors, didn't do this in some cases and caused local
console to remain open.

Fixes #1586
parent 1361cb34
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment