diff options
| -rw-r--r-- | main.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -251,8 +251,8 @@ func main() { me.forge.CheckDirty() me.myGui.Start() // loads the GUI toolkit - doGui() // start making our forge GUI - debug() // sits here forever + doGui() // start making our forge GUI + debug() // sits here forever } // got to the end with nothing to do (?) if dumpWorkRepos() { |
