diff --git a/basaltPackageManager.lua b/basaltPackageManager.lua index 05b2fb5..470bcaf 100644 --- a/basaltPackageManager.lua +++ b/basaltPackageManager.lua @@ -1230,7 +1230,7 @@ local function installProject() addToInstallLog("Installed: "..projectDir.."/"..v) end addToInstallLog("Finished downloading!") - if(sOrM:getValue().args)then + if(sOrM:getValue().args[1])then if(minProject:getValue())then addToInstallLog("Packaging and minifying project to a single file...") else @@ -1279,4 +1279,4 @@ local function getProjectFileTree() end main:addThread("fileTreeThread"):start(getProjectFileTree) -basalt.autoUpdate() \ No newline at end of file +basalt.autoUpdate()