This commit is contained in:
Jeff Carr 2025-08-20 12:59:18 -05:00
parent 04983dc7ce
commit a433ef6309
1 changed files with 0 additions and 1 deletions

View File

@ -78,7 +78,6 @@ func Init() *Forge {
if f.configSave { if f.configSave {
// taking this out to debug Marshal() panic // taking this out to debug Marshal() panic
// os.Exit(-1)
f.ConfigSave() f.ConfigSave()
f.configSave = false f.configSave = false
} }