Merge branch 'kjvdh/features/PhylogenyViewer_tabbedsupport' into merge/2_11_2/kjvdh...
[jalview.git] / src / jalview / javascript / JSFunctionExec.java
index 29f3fa9..33da111 100644 (file)
@@ -248,7 +248,8 @@ public class JSFunctionExec implements Runnable
     {
       if (executor == null)
       {
-        executor = new Thread(new JSFunctionExec(jvlite));
+        executor = new Thread(new JSFunctionExec(jvlite),
+                "JavaScriptThread");
         executor.start();
       }
       synchronized (jsExecQueue)