diff --git a/app/src/processing/app/FileDownloader.java b/app/src/processing/app/FileDownloader.java index 7be89b75e..6813c1cf0 100644 --- a/app/src/processing/app/FileDownloader.java +++ b/app/src/processing/app/FileDownloader.java @@ -77,6 +77,9 @@ public class FileDownloader implements Runnable { if (downloadFile(url, dest, progressMonitor)) { libFile = dest; } + } catch (FileNotFoundException e) { + Base.showWarning("Trouble downloading file", + "The file was not found on the server.\n", null); } catch (IOException e) { Base.showWarning("Trouble downloading file", "An error occured while downloading the file:\n"