fix: read stdin properly

main
evilgooinajar 2025-01-20 17:05:44 +01:00
parent b7fcd30896
commit bbfa13a9a9
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ if html_file ~= "-" then
html = handle:read("a")
else
html = io.read()
html = io.read("a")
end
local document = HTML.parse( html )