mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-12-23 09:01:08 +03:00
Merge branch 'hotfix/5.0.11' of gitlab.com:gravitlauncherteam/Launcher into hotfix/5.0.11
This commit is contained in:
commit
74e18f06c2
1 changed files with 2 additions and 2 deletions
|
@ -95,7 +95,7 @@ public void download(String base, List<DownloadTask> applies, Path dstDirFile, D
|
||||||
for(int i=0;i<THREADS;++i)
|
for(int i=0;i<THREADS;++i)
|
||||||
{
|
{
|
||||||
try {
|
try {
|
||||||
threads[i].wait();
|
threads[i].join();
|
||||||
if(excRef.get() != null)
|
if(excRef.get() != null)
|
||||||
{
|
{
|
||||||
Exception ex = excRef.get();
|
Exception ex = excRef.get();
|
||||||
|
|
Loading…
Reference in a new issue