You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
local logs=manager:machine():debugger().consolelog
local leng=#logs
for i=0,leng do
local line=logs[i]
print("line"..tostring(line))
if( (line ~= nil) and (line ~= "") ) then
table.insert(self.alllogs,line,line)