This repository was archived by the owner on Aug 14, 2024. It is now read-only.
File tree 3 files changed +4
-2
lines changed
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ require (
16
16
require (
17
17
github.com/lxn/win v0.0.0-20210218163916-a377121e959e // indirect
18
18
github.com/thoas/go-funk v0.9.1 // indirect
19
- github.com/wirekang/first-error v0.0.0-20220123070531-e04545a1f799 // indirect
19
+ github.com/wirekang/first-error v0.0.0-20220123073622-16b35dbe56c5 // indirect
20
20
golang.org/x/image v0.0.0-20211028202545-6944b10bf410 // indirect
21
21
golang.org/x/net v0.0.0-20220107192237-5cfca573fb4d // indirect
22
22
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ github.com/thoas/go-funk v0.9.1 h1:O549iLZqPpTUQ10ykd26sZhzD+rmR5pWhuElrhbC20M=
16
16
github.com/thoas/go-funk v0.9.1 /go.mod h1:+IWnUfUmFO1+WVYQWQtIJHeRRdaIyyYglZN7xzUPe4Q =
17
17
github.com/wirekang/first-error v0.0.0-20220123070531-e04545a1f799 h1:UB/50gX+tVwPsqrLhhLjsq5k/FPEJdI+sFDm9+/oKwY =
18
18
github.com/wirekang/first-error v0.0.0-20220123070531-e04545a1f799 /go.mod h1:Tbobj4UqhyR8dOqhL0UPjAZ4FKlIvlug3E1ZI5bRp3I =
19
+ github.com/wirekang/first-error v0.0.0-20220123073622-16b35dbe56c5 h1:CVAqoGed+g8mOcOtAZZtOvBu/5qvW3g4CRvTvd7R2hY =
20
+ github.com/wirekang/first-error v0.0.0-20220123073622-16b35dbe56c5 /go.mod h1:Tbobj4UqhyR8dOqhL0UPjAZ4FKlIvlug3E1ZI5bRp3I =
19
21
github.com/wirekang/w32 v1.2.1-0.20220109051044-e6d7dabffcd3 h1:zZnRCKOLXiJZdsxlW9TbvpoBKaGKTjcj2iAblVdbnVw =
20
22
github.com/wirekang/w32 v1.2.1-0.20220109051044-e6d7dabffcd3 /go.mod h1:L6LTHMKvhtpGUkIYGTo4U9PKancYKpGS/+naYtTs8Ys =
21
23
github.com/zserge/lorca v0.1.10 h1:f/xBJ3D3ipcVRCcvN8XqZnpoKcOXV8I4vwqlFyw7ruc =
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ type logicState struct {
77
77
func Run () {
78
78
uiManager := ui .New ()
79
79
80
- defer ferr .Recover (
80
+ defer ferr .RecoverCallback (
81
81
func (s string ) {
82
82
lg .Errorf (s )
83
83
uiManager .ShowError (s )
You can’t perform that action at this time.
0 commit comments