minor formatting
This commit is contained in:
parent
671c838b44
commit
6d995e71ed
@ -104,12 +104,12 @@ function core.init()
|
||||
if file then
|
||||
local last_dir = file:read()
|
||||
file:close()
|
||||
if last_dir then
|
||||
info = system.get_file_info(last_dir)
|
||||
if info and info.type == "dir" then
|
||||
project_dir = last_dir
|
||||
end
|
||||
end
|
||||
if last_dir then
|
||||
info = system.get_file_info(last_dir)
|
||||
if info and info.type == "dir" then
|
||||
project_dir = last_dir
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user