Add viewLog

This commit is contained in:
Squishy (C6H12O6+NaCl+H2O)
2024-01-06 22:54:17 +07:00
parent 766b32b1b4
commit 70558e82db
3 changed files with 136 additions and 2 deletions

View File

@@ -377,6 +377,15 @@ local commands={} do
"Usage: openurl [url]",
},
}
commands.viewlog={
code=goScene('viewLog'),
description="View crashes' log",
details={
"Open crashes' log to view right at the spot",
"",
"Usage: viewLog"
}
}
commands.scrinfo={
code=function()
for _,v in next,SCR.info() do