From 1b5ab3052cd265dd6c7aafa100607c69b2693c29 Mon Sep 17 00:00:00 2001 From: letouzey Date: Tue, 15 May 2012 12:49:52 +0000 Subject: 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 --- ide/coq.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = -- cgit v1.2.3