mirror of https://github.com/sbt/sbt.git
Safety check
This commit is contained in:
parent
0d0b556fd9
commit
8d98eca154
|
|
@ -251,7 +251,7 @@ case class Coursier(
|
|||
var files0 = cache
|
||||
.files()
|
||||
.copy(logger = logger)
|
||||
for (n <- parallel)
|
||||
for (n <- parallel if n > 0)
|
||||
files0 = files0.copy(concurrentDownloadCount = n)
|
||||
files0
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue