mirror of
https://github.com/kepler155c/opus
synced 2025-01-15 01:45:42 +00:00
fix: boolean value false is now correctly displayed in Lua.lua (#51)
This commit is contained in:
parent
5488a7d732
commit
2ff4ee5670
@ -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({ })
|
||||||
|
Loading…
Reference in New Issue
Block a user