changeset 476:aa19481a91c3 Faradi-7.1.x

Include cause of the error
author Dmitry Neverov <dmitry.neverov@jetbrains.com>
date Mon, 10 Sep 2012 20:32:42 +0400
parents 6b447cd40492
children f985237ebcbf 0a33f3dbd261
files mercurial-common/src/jetbrains/buildServer/buildTriggers/vcs/mercurial/command/CatCommand.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial-common/src/jetbrains/buildServer/buildTriggers/vcs/mercurial/command/CatCommand.java	Mon Sep 10 20:02:07 2012 +0400
+++ b/mercurial-common/src/jetbrains/buildServer/buildTriggers/vcs/mercurial/command/CatCommand.java	Mon Sep 10 20:32:42 2012 +0400
@@ -92,7 +92,7 @@
     try {
       return HgFileUtil.createTempDir();
     } catch (IOException e) {
-      throw new VcsException("Unable to create temporary directory");
+      throw new VcsException("Unable to create temporary directory", e);
     }
   }