diff options
Diffstat (limited to 'new-structs.go')
| -rw-r--r-- | new-structs.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/new-structs.go b/new-structs.go index a24262d..03b6b94 100644 --- a/new-structs.go +++ b/new-structs.go @@ -129,9 +129,9 @@ func (n *Node) InitTab(title string, custom func() ui.Control) *Node { os.Exit(-1) } if n.box != nil { - log.Println("gui.InitTab() ERROR box already exists") + log.Println("gui.InitTab() ERROR box already exists title =", title) n.Dump() - os.Exit(-1) + // os.Exit(-1) } tab := ui.NewTab() |
