diff options
| author | letouzey | 2012-05-15 12:49:52 +0000 |
|---|---|---|
| committer | letouzey | 2012-05-15 12:49:52 +0000 |
| commit | 1b5ab3052cd265dd6c7aafa100607c69b2693c29 (patch) | |
| tree | cf8368bfb72bd37d5956c21af055166b5549bf20 | |
| parent | 2a3523b880c43dd7ce8eedb38334b4d33f639f76 (diff) | |
Coqide: minor formatting improvement of an error message
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15329 85f007b7-540e-0410-9357-904b9bb8a0f7
| -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 = |
