mirror of https://github.com/apache/ant-ivy
Print the stack trace of unexpected exception
git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@1558740 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
91ac1574aa
commit
82ca28e2ec
|
|
@ -243,6 +243,7 @@ public class IvyNode implements Comparable {
|
|||
throw e;
|
||||
} catch (Exception e) {
|
||||
problem = e;
|
||||
Message.debug("Unexpected error: " + problem.getMessage(), problem);
|
||||
return false;
|
||||
}
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in New Issue