From 9830ea6ea78355e602cd93582cefb0a1a0bdbbd5 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Sat, 7 Nov 2015 10:31:09 +0100 Subject: [PATCH] Remove duplicate text in an error message refs #10559 --- lib/cli/consolecommand.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cli/consolecommand.cpp b/lib/cli/consolecommand.cpp index 632ef8aa7..abcf8a170 100644 --- a/lib/cli/consolecommand.cpp +++ b/lib/cli/consolecommand.cpp @@ -59,7 +59,7 @@ void ConsoleCommand::BreakpointHandler(ScriptFrame& frame, ScriptError *ex, cons if (ex && ex->IsHandledByDebugger()) return; - std::cout << "Breakpoint encountered in '" << di.Path << "' at " << di << "\n"; + std::cout << "Breakpoint encountered " << di << "\n"; if (ex) { std::cout << "Exception: " << DiagnosticInformation(*ex); -- 2.40.0