Update sPhone.lua
This commit is contained in:
parent
29c1e9d626
commit
0a09a777ba
1 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
local function kernel(...)
|
||||
_G.sPhone = {
|
||||
version = "Beta 1.1",
|
||||
version = "Beta 1.2",
|
||||
user = "Guest",
|
||||
devMode = false,
|
||||
mainTerm = term.current(),
|
||||
|
@ -278,7 +278,7 @@ local function kernel(...)
|
|||
if str then
|
||||
term.setCursorPos(2, 1 + i - scroll)
|
||||
local isDir
|
||||
if not pairs then
|
||||
if not opt.pairs then
|
||||
isDir = fs.isDir(fs.combine(path, str))
|
||||
else
|
||||
isDir = false
|
||||
|
|
Loading…
Reference in a new issue