refactor(iferr): change api
This commit is contained in:
parent
36f2006b98
commit
3e78f86d42
2 changed files with 8 additions and 7 deletions
|
|
@ -6,7 +6,7 @@ local gopher = {}
|
|||
gopher.setup = require("gopher.config").setup
|
||||
gopher.install_deps = require "gopher.installer"
|
||||
gopher.impl = require "gopher.impl"
|
||||
gopher.iferr = require "gopher.iferr"
|
||||
gopher.iferr = require("gopher.iferr").iferr
|
||||
gopher.comment = require "gopher.comment"
|
||||
|
||||
gopher.tags_add = tags.add
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue