summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-05 12:32:18 -0500
committerJeff Carr <[email protected]>2025-10-05 12:32:18 -0500
commit4d813225e061e02d5a81f2294c30228fb54e6901 (patch)
tree0f33fbaace108d22adaf552290a718a08c3c35b1 /main.go
parentf321b46d043cebff9fec20a657c361ef5237f24b (diff)
odd debug code for later
Diffstat (limited to 'main.go')
-rw-r--r--main.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/main.go b/main.go
index a4cadf9..3c70d78 100644
--- a/main.go
+++ b/main.go
@@ -52,6 +52,9 @@ func main() {
if me.forge.Config.Mode != forgepb.ForgeMode_NORMAL {
me.forge.Config.DumpPB()
}
+ if me.forge.Config.Mode == forgepb.ForgeMode_DEVEL {
+ dumpDebug()
+ }
// first find the repos or gopaths to operate on
if argv.Config != nil {