Lua debugger: redis-cli, mark end of debugging session.

This commit is contained in:
antirez
2015-11-11 23:29:43 +01:00
parent 2cb1019126
commit 129cf33ede

View File

@ -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();