mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-15 18:30:27 -04:00
ignore the robot magic filesystem with install, and small /bin/sleep fix
/bin/sleep ^c was printing an error because it was returning the event data, which prompts was interpretting as error details [unexpected] use a .prop file to have the robot component magic fs be ignored when running `install`
This commit is contained in:
parent
81ffb2187b
commit
eaf2b0cf8a
@ -53,7 +53,7 @@ end
|
|||||||
|
|
||||||
local stdin_stream = io.stdin.stream
|
local stdin_stream = io.stdin.stream
|
||||||
if stdin_stream.pull then
|
if stdin_stream.pull then
|
||||||
return stdin_stream:pull(nil, total_time, "interrupted")
|
stdin_stream:pull(nil, total_time, "interrupted")
|
||||||
else
|
else
|
||||||
os.sleep(total_time)
|
require("event").pull(total_time, "interrupted")
|
||||||
end
|
end
|
||||||
|
@ -0,0 +1 @@
|
|||||||
|
{ignore=true}
|
Loading…
x
Reference in New Issue
Block a user