mirror of
https://github.com/fluencelabs/redis
synced 2025-03-19 09:00:51 +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
|
||||
* debugging session. */
|
||||
if (config.eval_ldb) {
|
||||
printf("\n(Lua debugging session terminated)\n\n");
|
||||
config.eval_ldb = 0;
|
||||
config.output = OUTPUT_STANDARD;
|
||||
cliRefreshPrompt();
|
||||
|
Loading…
x
Reference in New Issue
Block a user