Skip to content

Commit fd09479

Browse files
authored
Merge pull request #134 from masx200/deno-dependency-updates
Update dependencies
2 parents 01c9e02 + 85c6ca3 commit fd09479

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

install.lua

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,10 @@ local function checkfilesexists(listfile)
4545
return false
4646
end
4747
function main()
48-
local homepath=os.getenv('HOME')
49-
if not homepath then
50-
homepath=os.getenv('USERPROFILE')
51-
end
52-
53-
local downloadpath=path.join(homepath,"cache",'downloads')
48+
local homepath = os.getenv('HOME')
49+
if not homepath then homepath = os.getenv('USERPROFILE') end
50+
51+
local downloadpath = path.join(homepath, "cache", 'downloads')
5452
local name = "leetcode-treenode-cpp"
5553
local version = "1.1.9"
5654
local folder = name .. "-" .. version

0 commit comments

Comments
 (0)