diff options
| author | Jeff Carr <[email protected]> | 2025-10-05 12:32:18 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-05 12:32:18 -0500 |
| commit | 4d813225e061e02d5a81f2294c30228fb54e6901 (patch) | |
| tree | 0f33fbaace108d22adaf552290a718a08c3c35b1 /main.go | |
| parent | f321b46d043cebff9fec20a657c361ef5237f24b (diff) | |
odd debug code for later
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 { |
