Skip to content

Commit 654b235

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 1f751bd commit 654b235

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/hdb.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@
339339
decrement @data-hist
340340
else if event.key is 'ArrowDown' and @data-hist < 0
341341
increment @data-hist
342-
end end
342+
end
343343
set #console-input.value to hdb.consoleHistory[hdb.consoleHistory.length + @data-hist as Int]
344344
or oldContent
345345
halt default

0 commit comments

Comments
 (0)