Skip to content

Commit

Permalink
fixes bug
Browse files Browse the repository at this point in the history
  • Loading branch information
actboy168 committed Apr 3, 2024
1 parent 45bdcf4 commit 9def717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.lua
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ while true do
break
end
if n == 0 then
thread.sleep(0.1)
thread.sleep(100)
else
local data = process.stdout:read(n)
io.write(data)
Expand Down

0 comments on commit 9def717

Please sign in to comment.