fix: type annotation
This commit is contained in:
parent
03de1f5ffc
commit
fabdcc5fb3
2 changed files with 2 additions and 2 deletions
|
|
@ -98,5 +98,5 @@ cmd("GoWork", function(opts)
|
|||
end, "*")
|
||||
|
||||
cmd("GoGenerate", function(opts)
|
||||
require("gopher").generate(opts.fargs or "")
|
||||
require("gopher").generate(opts.fargs or { "" })
|
||||
end, "?")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue