#283 common cleanup, added lockbox version to crash dump, changed crash handler to pcall requires for graphics/lockbox
This commit is contained in:
@@ -123,7 +123,7 @@ function rsio.to_string(port)
|
||||
if util.is_int(port) and port > 0 and port <= #names then
|
||||
return names[port]
|
||||
else
|
||||
return ""
|
||||
return "UNKNOWN"
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user