Debugger: CliQuitCommand: Fix cancel shortcut
This commit is contained in:
@@ -43,7 +43,7 @@ CliQuitCommand::Execute(int argc, const char* const* argv, CliContext& context)
|
||||
break;
|
||||
}
|
||||
|
||||
if (trimmedLine == "d")
|
||||
if (trimmedLine == "c")
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user