diff options
| author | Jeff Carr <[email protected]> | 2025-09-09 06:25:51 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-09 06:25:51 -0500 |
| commit | 2b3dfe540c6bac279067a4e2bdfe090d499be045 (patch) | |
| tree | a21b5cd6082db048a2fa26e413ee00d016415898 | |
| parent | 14bd2c4b0ec9814bf70cf552a806346133ab4a01 (diff) | |
lintv0.25.1
| -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() { |
