update to Jmol series 12 (JAL-582)
[jalview.git] / src / jalview / gui / ScriptWindow.java
index ff377f7..de31fcf 100644 (file)
@@ -230,7 +230,7 @@ public final class ScriptWindow extends JPanel implements ActionListener,
       else
       {
         boolean isScriptExecuting = viewer.isScriptExecuting();
-        if (viewer.checkHalt(strCommand))
+        if (viewer.checkHalt(strCommand, true))
           strErrorMessage = (isScriptExecuting ? "string execution halted with "
                   + strCommand
                   : "no script was executing");