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
In contrast to the built-in Tarantool console module, tt connect console doesn't raise any error if the input string contains syntax errors. Instead it returns null.
Version
Tarantool CLI version 2.6.0, linux/amd64. commit: 96db068 (v2.6.0-10-g96db0688623b)
Steps to reproduce
Create a test instance.
tt init
tt create single_instance --name test
tt start
Bug description
In contrast to the built-in Tarantool
console
module,tt connect
console doesn't raise any error if the input string contains syntax errors. Instead it returnsnull
.Version
Tarantool CLI version 2.6.0, linux/amd64. commit: 96db068 (v2.6.0-10-g96db0688623b)
Steps to reproduce
Create a test instance.
tt init tt create single_instance --name test tt start
Connect to the console.
Type an invalid Lua string.
Actual behavior
Expected behavior
The text was updated successfully, but these errors were encountered: