I mean OpenComputers.

This commit is contained in:
Jane Roxanne 2020-03-11 17:59:12 -05:00
parent 73ce20f41b
commit f4b58de582
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
local utils = {}
function utils.debug_log(...)
local sb = component.list("sandbox")() or component.list("ocemu")()
local sb = component.list("sandbox")() or component.list("ocemu")()
if (sb) then component.invoke(sb, "log", ...) end
end