Skip to content

Commit

Permalink
update Lua code
Browse files Browse the repository at this point in the history
  • Loading branch information
HereAdvertise authored Jul 9, 2024
1 parent de8c332 commit 11473d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pgmoon/redbean.lua
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ do
end
local pos = buf:find("\n")
local res = buf:sub(1, pos - 1):gsub("\r", "")
buf = buf:sub(pos + 1)
return res
end,
close = function(self)
Expand Down

0 comments on commit 11473d7

Please sign in to comment.