Loading static/js/jslinux.api.mjs +2 −1 Original line number Diff line number Diff line Loading @@ -221,7 +221,8 @@ export async function runCommand(command) { * press enter, and wait for it to complete. */ export async function runUnexecutedCommand() { if(getCurrentPrompt() === null) { const lastInteraction = getTerminalContents(true).at(-1) if(lastInteraction.prompt && lastInteraction.input?.trim()) { await pressEnter() } } Loading Loading
static/js/jslinux.api.mjs +2 −1 Original line number Diff line number Diff line Loading @@ -221,7 +221,8 @@ export async function runCommand(command) { * press enter, and wait for it to complete. */ export async function runUnexecutedCommand() { if(getCurrentPrompt() === null) { const lastInteraction = getTerminalContents(true).at(-1) if(lastInteraction.prompt && lastInteraction.input?.trim()) { await pressEnter() } } Loading