Change error message

master
Bryan 2024-09-17 20:36:07 -06:00
parent cca7301c59
commit e13c92ea44
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 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()