diff --git a/src/project.lua b/src/project.lua index 434096a..e45cd0b 100644 --- a/src/project.lua +++ b/src/project.lua @@ -148,7 +148,7 @@ function Project:excludeFiles() dir = "^"..dir end - local unpack = unpack or table.unpack + local unpack = unpack or table.unpack -- luacheck: ignore for i=#self._fileList,1,-1 do if isExcluded(self._fileList[i], dir, unpack(self.excludeFileList)) then table.remove(self._fileList, i)