This commit is contained in:
Jeff Carr 2025-09-09 06:25:51 -05:00
parent 14bd2c4b0e
commit 2b3dfe540c
1 changed files with 2 additions and 2 deletions

View File

@ -251,8 +251,8 @@ func main() {
me.forge.CheckDirty() me.forge.CheckDirty()
me.myGui.Start() // loads the GUI toolkit me.myGui.Start() // loads the GUI toolkit
doGui() // start making our forge GUI doGui() // start making our forge GUI
debug() // sits here forever debug() // sits here forever
} }
// got to the end with nothing to do (?) // got to the end with nothing to do (?)
if dumpWorkRepos() { if dumpWorkRepos() {