chore: TODO issue links

This commit is contained in:
Alexander Courtis
2024-10-14 10:47:41 +11:00
parent 0fede9f813
commit ce09bfb95f
4 changed files with 5 additions and 5 deletions

View File

@@ -118,7 +118,7 @@ function M.reload_project(toplevel, path, callback)
callback()
end)
else
-- TODO use callback once async/await is available
-- TODO #1974 use callback once async/await is available
local git_status = Runner.run(opts)
reload_git_status(toplevel, path, project, git_status)
end