summaryrefslogtreecommitdiff
path: root/init.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-13 08:12:39 -0600
committerJeff Carr <[email protected]>2025-01-13 08:12:39 -0600
commit49a06843e9aafdd74fa110df622816dbe61fe7b3 (patch)
tree97645cc624147e081bbffd7feded82c36323776d /init.go
parent9b9c51d964a77a9260c02bcda46d4f73a8aabc3c (diff)
debugging a hung mutex lockv0.0.47
Diffstat (limited to 'init.go')
-rw-r--r--init.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/init.go b/init.go
index 121a481..a32a305 100644
--- a/init.go
+++ b/init.go
@@ -43,6 +43,8 @@ func Init() *Forge {
f.rillUpdate(20, 10)
if f.configSave {
+ // taking this out to debug Marshal() panic
+ // os.Exit(-1)
f.ConfigSave()
f.configSave = false
}