add type annotation for the main function
This commit is contained in:
@ -57,6 +57,7 @@ function M.synctree(tree, cb)
|
||||
end
|
||||
|
||||
-- basically the main function of our program
|
||||
---@param opts speclist
|
||||
return function(opts)
|
||||
logger.pipe = logger:setup()
|
||||
bench:setup()
|
||||
|
Reference in New Issue
Block a user