master
Bryan 2024-09-17 20:27:20 -06:00
parent 1463f8425a
commit 61d05dbae3
1 changed files with 2 additions and 1 deletions

View File

@ -161,7 +161,8 @@ local function add_current_project(opts)
if not project_dir then
if opts.auto then
return utils.log_err("Can't find project path of current file")
utils.log_err("Can't find project path of current file")
return
end
project_dir = vim.fn.getcwd()
end