JAL-4420 report exceptions raised during a drop rather than swallowing them
authorJim Procter <jprocter@dundee.ac.uk>
Mon, 26 Aug 2024 15:34:49 +0000 (16:34 +0100)
committerJim Procter <jprocter@dundee.ac.uk>
Mon, 26 Aug 2024 15:34:49 +0000 (16:34 +0100)
src/jalview/gui/Desktop.java

index 9c542a3..efd1756 100644 (file)
@@ -1391,6 +1391,7 @@ public class Desktop extends jalview.jbgui.GDesktop
         }
       } catch (Exception ex)
       {
+        jalview.bin.Console.warn("Unexpected exception whilst handling drop to Desktop.",ex);
         success = false;
       }
     }