parent
a78eadea02
commit
aa3e8f14f5
2
init.go
2
init.go
|
@ -21,7 +21,7 @@ func (me *TreeInfo) toolkit(a widget.Action) {
|
|||
func (me *TreeInfo) catchActionChannel() {
|
||||
defer func() {
|
||||
if r := recover(); r != nil {
|
||||
log.Warn("nocui YAHOOOO Recovered in simpleStdin()", r)
|
||||
log.Warn(me.PluginName, "tree YAHOOOO Recovered in simpleStdin()", r)
|
||||
me.DoToolkitPanic()
|
||||
panic(-1)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue