aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2018-02-12 10:57:39 +0100
committerGravatar Maxime Dénès <mail@maximedenes.fr>2018-02-12 10:57:39 +0100
commit52d666a7a83e4023d9f5cd7324ed81c7f7926156 (patch)
tree8b5254efb09a55260cd3de9bea9ae07bf4a10a02 /tools
parent67b6583a2cc430c9584e259a00ff6b28347d5b55 (diff)
parent33789b2d1706194d478a25098bd1991d2c845223 (diff)
Merge PR #6262: [error] Replace msg_error by a proper exception.
Diffstat (limited to 'tools')
-rw-r--r--tools/coqdep.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/coqdep.ml b/tools/coqdep.ml
index 2433cb1d0..ca14b11bc 100644
--- a/tools/coqdep.ml
+++ b/tools/coqdep.ml
@@ -539,4 +539,4 @@ let _ =
coqdep ()
with CErrors.UserError(s,p) ->
let pp = (match s with | None -> p | Some s -> Pp.(str s ++ str ": " ++ p)) in
- Feedback.msg_error pp
+ Format.eprintf "%a@\n%!" Pp.pp_with pp