Skip to content
Snippets Groups Projects
Unverified Commit 62b934f6 authored by Gleb Kashkin's avatar Gleb Kashkin Committed by Alexander Turenko
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

(cherry picked from commit 796e4b5b)
parent 224b3032
No related branches found
No related tags found
No related merge requests found
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