fix: boolean value false is now correctly displayed in Lua.lua (#51)
This commit was merged in pull request #51.
This commit is contained in:
@@ -348,7 +348,7 @@ function page:executeStatement(statement)
|
|||||||
term.redirect(oterm)
|
term.redirect(oterm)
|
||||||
counter = counter + 1
|
counter = counter + 1
|
||||||
|
|
||||||
if s and m then
|
if s and type(m) ~= "nil" then
|
||||||
self:setResult(m)
|
self:setResult(m)
|
||||||
else
|
else
|
||||||
self.grid:setValues({ })
|
self.grid:setValues({ })
|
||||||
|
|||||||
Reference in New Issue
Block a user