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

This commit is contained in:
antirez 2015-11-11 23:29:43 +01:00
parent cd112db0ae
commit 23a4d70e56

View File

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