Skip to content
Snippets Groups Projects
Commit 825b2df1 authored by Gleb Kashkin's avatar Gleb Kashkin Committed by Дмитрий Кольцов
Browse files

console: fix :endswith() err in tntctl connection

There used to be a rare error when failed to connect via tarantoolctl to
listening cartridge console. It was caused by unclear
console.local_print() contract. Starting from gh-7031 fix, the function
assumed string-only arguments, while in some cases cdata error was
passed.

Now console.local_print() prints all non-string arguments as is, without
modifying potential local_eos.

Closes #8374

NO_DOC=bugfix
NO_TEST=very hard to test
parent 4ba68a13
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