diff options
| -rw-r--r-- | ide/coq.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ide/coq.ml b/ide/coq.ml index b993cfe0e2..fae5cb7fcf 100644 --- a/ide/coq.ml +++ b/ide/coq.ml @@ -84,7 +84,7 @@ let connection_error cmd lines exn = fatal_error_popup ("Connection with coqtop failed!\n"^ "Command was: "^cmd^"\n"^ - "Answer was: "^(String.concat "\n " lines)^ + "Answer was: "^(String.concat "\n " lines)^"\n"^ "Exception was: "^Printexc.to_string exn) let display_coqtop_answer cmd lines = |
