353637383940414243
createRunScript(window).withContents(document.get(), file, editor.getTitle()); return null; } catch (Throwable t) { t.printStackTrace(); new Alerter(window).error("Error running script: "+t.getMessage()); return null; } }