diff options
| author | Jeff Carr <[email protected]> | 2023-04-23 07:37:24 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2023-04-23 07:37:24 -0500 |
| commit | 2d4d2b6b3e115a86a10f98c20de0e4e82be519c2 (patch) | |
| tree | 4cab36495872e70220e47b1790189249c3e2bcdc /debugGolang.go | |
| parent | aeb998eea5ef67c1c87664340b89b5e415fb0747 (diff) | |
actually ran again without crashing
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'debugGolang.go')
| -rw-r--r-- | debugGolang.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debugGolang.go b/debugGolang.go index b98f82d..707b3d6 100644 --- a/debugGolang.go +++ b/debugGolang.go @@ -128,7 +128,7 @@ func (n *Node) DebugGolangWindow(makeWindow bool) { og = w.NewGroup("output") outputTextbox = og.NewTextbox("outputBox") outputTextbox.Custom = func () { - log("custom TextBox() for golang output a =", outputTextbox.widget.S, outputTextbox.id) + log("custom TextBox() for golang output a =", outputTextbox.S, outputTextbox.id) } } |
