"deps/vscode:/vscode.git/clone" did not exist on "90b6337c155aa0330143f5b0a0af1d430271d400"
Commit 23a4d70e authored by antirez's avatar antirez
Browse files

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

parent cd112db0
......@@ -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();
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment