This commit is contained in:
crschnick
2026-02-11 06:15:08 +00:00
parent b3d58fcc82
commit d729bcb25e
@@ -26,6 +26,10 @@ public class RunTerminalScriptActionProvider implements ActionProvider {
public void executeImpl() throws Exception {
var sc = ref.getStore().getOrStartSession();
var script = scriptStore.getStore().assembleScriptChain(sc, false);
if (script == null) {
return;
}
TerminalLaunch.builder()
.entry(ref.get())
.title(scriptStore.get().getName())