master
Bryan 2024-09-17 20:31:13 -06:00
parent 61d05dbae3
commit cca7301c59
1 changed files with 1 additions and 1 deletions

View File

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