Skip to content

Commit 650d762

Browse files
author
kr-2003
committed
added undo command for repl
1 parent 17e9569 commit 650d762

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Interpreter/CppInterOpInterpreter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ class Interpreter {
437437
#else
438438
if (llvm::Error Err = Undo(N)) {
439439
llvm::logAllUnhandledErrors(std::move(Err), llvm::errs(),
440-
"Failed to undo via ::undo: or something");
440+
"Failed to undo via ::undo");
441441
return kFailure;
442442
}
443443
return kSuccess;

0 commit comments

Comments
 (0)