diff options
Diffstat (limited to 'lldb/source/Interpreter/CommandObjectScript.cpp')
-rw-r--r-- | lldb/source/Interpreter/CommandObjectScript.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Interpreter/CommandObjectScript.cpp b/lldb/source/Interpreter/CommandObjectScript.cpp index 76bfe6e9928..ce097b79670 100644 --- a/lldb/source/Interpreter/CommandObjectScript.cpp +++ b/lldb/source/Interpreter/CommandObjectScript.cpp @@ -55,6 +55,7 @@ CommandObjectScript::DoExecute { result.AppendError("no script interpreter"); result.SetStatus (eReturnStatusFailed); + return false; } DataVisualization::ForceUpdate(); // script might change Python code we use for formatting.. make sure we keep up to date with it |