summaryrefslogtreecommitdiff
path: root/init.go
diff options
context:
space:
mode:
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
}