To get more information about the error a trick is to start liquid with --jframe and reproduce the error. This will allow the error message to print to the terminal, since the editor uses the JFrame.
An infinite recursion seems to occur:
at liq.editor$switch_to_buffer.invoke(editor.cljc:104)
at liq.editor$switch_to_buffer.invokeStatic(editor.cljc:110)
...
To get more information about the error a trick is to start liquid with --jframe and reproduce the error. This will allow the error message to print to the terminal, since the editor uses the JFrame.
An infinite recursion seems to occur: at liq.editor$switch_to_buffer.invoke(editor.cljc:104) at liq.editor$switch_to_buffer.invokeStatic(editor.cljc:110) ...