improved output
This commit is contained in:
parent
8d48cb8fbb
commit
76b32f11ce
3
client
3
client
@ -45,6 +45,9 @@ while true do
|
|||||||
if output then
|
if output then
|
||||||
print("Command output: " .. dump(output))
|
print("Command output: " .. dump(output))
|
||||||
rednet.send(master, "Command output: " .. dump(output))
|
rednet.send(master, "Command output: " .. dump(output))
|
||||||
|
else
|
||||||
|
print("There is no command output.")
|
||||||
|
rednet.send(master, "There is no command output.")
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
print("Runtime error: " .. output)
|
print("Runtime error: " .. output)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user