mirror of https://mirror.osredm.com/root/redis.git
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
|
||||
* debugging session. */
|
||||
if (config.eval_ldb) {
|
||||
printf("\n(Lua debugging session terminated)\n\n");
|
||||
config.eval_ldb = 0;
|
||||
config.output = OUTPUT_STANDARD;
|
||||
cliRefreshPrompt();
|
||||
|
|
Loading…
Reference in New Issue