This commit is contained in:
kepler155c@gmail.com
2020-05-10 14:04:42 -06:00
parent d902acacf4
commit 759e4e2b95
4 changed files with 16 additions and 16 deletions

View File

@@ -132,7 +132,7 @@ end
function methodsPage:getDocumentation()
local method = self.grid:getSelected()
if method.noext then -- computercraft docs
if not method or method.noext then -- computercraft docs
return 'No documentation'
end