mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-12-23 00:51:01 +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)
|
||||
{
|
||||
try {
|
||||
threads[i].wait();
|
||||
threads[i].join();
|
||||
if(excRef.get() != null)
|
||||
{
|
||||
Exception ex = excRef.get();
|
||||
|
@ -275,4 +275,4 @@ public static void transfer(InputStream input, Path file, String filename, long
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue