mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-08 07:54:05 +00:00
Stop AppletLoader on download failure, instead of displaying error and continuing download of files.
This commit is contained in:
parent
3563faf75b
commit
3abb46dd58
1 changed files with 1 additions and 1 deletions
|
|
@ -874,7 +874,7 @@ public class AppletLoader extends Applet implements Runnable, AppletStub {
|
|||
}
|
||||
else {
|
||||
// retry attempts exhasted, download failed
|
||||
fatalErrorOccured("failed to download " + currentFile, null);
|
||||
throw new Exception("failed to download " + currentFile);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue