diff options
| author | Jeff Carr <[email protected]> | 2021-10-07 21:31:15 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2021-10-07 21:31:15 -0500 |
| commit | 55a9759ab8fdc855670c6aa52ecd8362c5337a18 (patch) | |
| tree | d6c981acf3422c32b54a05046d2ecbabe5737432 /new-structs.go | |
| parent | e7a631bad14cc4dc3855ee545d01bf7eb96901f5 (diff) | |
NODE: continued work on implementing a node tree
Signed-off-by: Jeff Carr <[email protected]>
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() |
