diff options
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -67,7 +67,7 @@ func cloudApp(n *gui.Node) *gui.Node { grid.NewLabel("makes a new droplet") grid.NewButton("gui debugger", func () { - debugger.DebugWindow(myGui) + debugger.DebugWindow() }) grid.NewLabel("make sure you have $ENV(DIGITALOCEAN_TOKEN} set to your API token") |
