Change error message
parent
cca7301c59
commit
e13c92ea44
|
|
@ -161,7 +161,7 @@ local function add_current_project(opts)
|
||||||
|
|
||||||
if not project_dir then
|
if not project_dir then
|
||||||
if opts.auto then
|
if opts.auto then
|
||||||
utils.log_error("Can't find project path of current file")
|
utils.log_error("Can't find project path of current file.\nProject not automatically created.")
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
project_dir = vim.fn.getcwd()
|
project_dir = vim.fn.getcwd()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue