mirror of
https://github.com/fluencelabs/redis
synced 2025-03-19 17:10:50 +00:00
Lua debugger: redis-cli, mark end of debugging session.
This commit is contained in:
parent
cd112db0ae
commit
23a4d70e56
@ -380,6 +380,7 @@ static int cliConnect(int force) {
|
|||||||
/* Disconnection from the server signals end of EVAL
|
/* Disconnection from the server signals end of EVAL
|
||||||
* debugging session. */
|
* debugging session. */
|
||||||
if (config.eval_ldb) {
|
if (config.eval_ldb) {
|
||||||
|
printf("\n(Lua debugging session terminated)\n\n");
|
||||||
config.eval_ldb = 0;
|
config.eval_ldb = 0;
|
||||||
config.output = OUTPUT_STANDARD;
|
config.output = OUTPUT_STANDARD;
|
||||||
cliRefreshPrompt();
|
cliRefreshPrompt();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user