fix?
parent
1463f8425a
commit
61d05dbae3
|
|
@ -161,7 +161,8 @@ local function add_current_project(opts)
|
||||||
|
|
||||||
if not project_dir then
|
if not project_dir then
|
||||||
if opts.auto 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
|
end
|
||||||
project_dir = vim.fn.getcwd()
|
project_dir = vim.fn.getcwd()
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue