Skip to content

Commit b6860ec

Browse files
committed
fix hdb console form parse error caused by duplicate end
Fixes #539 Signed-off-by: André Ahlert <andre@aex.partners>
1 parent adeeb31 commit b6860ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ext/hdb.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ var ui = `
335335
decrement @data-hist
336336
else if event.key is 'ArrowDown' and @data-hist < 0
337337
increment @data-hist
338-
end end
338+
end
339339
set #console-input.value to hdb.consoleHistory[hdb.consoleHistory.length + @data-hist as Int]
340340
or oldContent
341341
halt default

0 commit comments

Comments
 (0)