don't exit. not stable yet

This commit is contained in:
Jeff Carr 2024-12-03 03:51:56 -06:00
parent 96b72979a1
commit 135f1e5f42
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ func createReleaseBox(box *gui.Node) {
log.Info("maybe ALL DONE?") log.Info("maybe ALL DONE?")
buttonEnable() buttonEnable()
worked = true worked = true
os.Exit(0) // os.Exit(0)
} }
log.Info("doRelease() failed") log.Info("doRelease() failed")
worked = false worked = false