Skip to content

Commit 59b7a23

Browse files
committed
doc: remove type cast
1 parent 9307406 commit 59b7a23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/luarocks/build/lls-addon.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ end
106106
---@param quiet? boolean
107107
---@return string
108108
local function getProjectDir(quiet)
109-
local projectDir = cfg.project_dir --[[@as string]]
109+
local projectDir = cfg.project_dir
110110
if not projectDir then
111111
if not quiet then
112112
log.info("Project directory not found, defaulting to working directory")

0 commit comments

Comments
 (0)