v1.7.1 - Fixed a bug in cat.

This commit is contained in:
TheWahlolly
2025-05-25 08:31:23 +03:00
parent 07c4f447c3
commit 918258ba60
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -15,6 +15,6 @@ for _, file in ipairs(files) do
local data
repeat
data = handle:read(math.huge or math.maxinteger)
print(data, false)
termlib.write(data)
until not data
end
+1 -1
View File
@@ -1,7 +1,7 @@
local loadfile = ...
local filesystem = loadfile("/halyde/lib/filesystem.lua")(loadfile)
_G._OSVERSION = "Halyde 1.7.0"
_G._OSVERSION = "Halyde 1.7.1"
_G._OSLOGO = ""
local handle, tmpdata = filesystem.open("/halyde/config/oslogo.ans", "r"), nil
repeat