summaryrefslogtreecommitdiff
path: root/lib/io_error.cc
diff options
Diffstat (limited to 'lib/io_error.cc')
-rw-r--r--lib/io_error.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/io_error.cc b/lib/io_error.cc
index 2c1102ab..10747b44 100644
--- a/lib/io_error.cc
+++ b/lib/io_error.cc
@@ -52,7 +52,7 @@ const std::string Exception_CS::message()const
if (_cursor < 40) {itested();
s = _cmd.substr(0,60)
+ '\n' + std::string(_cursor, ' ') + "^ ? " + Exception::message();
- }else{untested();
+ }else{itested();
s = "... " + _cmd.substr(_cursor-36, 56)
+ "\n ^ ? " + Exception::message();
}