mirror of https://github.com/sbt/sbt.git
Better error message
This commit is contained in:
parent
7a8a626064
commit
340add13e7
|
|
@ -133,7 +133,7 @@ object Cache {
|
|||
-\/(FileError.ConcurrentDownload(url))
|
||||
}
|
||||
catch { case e: Exception =>
|
||||
-\/(FileError.DownloadError(e.getMessage))
|
||||
-\/(FileError.DownloadError(s"Caught $e (${e.getMessage})"))
|
||||
}
|
||||
|
||||
private def temporaryFile(file: File): File = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue