diff options
| author | Jeff Carr <[email protected]> | 2025-10-28 23:46:51 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-28 23:46:51 -0500 |
| commit | f3fa28a0a093c3e22ecacac914854523545d94f3 (patch) | |
| tree | 8636b15f76766c3acffc8ca251d61ec57d914007 /exit.go | |
| parent | bca3f42ae8ddf7e56c93a143b915a8dc9f3326f4 (diff) | |
just make PB global until argv is worked out
Diffstat (limited to 'exit.go')
| -rw-r--r-- | exit.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -87,7 +87,7 @@ func ExitWatchdog() { return case t := <-dog.C: _ = t - fmt.Println("argv.Exit() watchdog: stalled in", me.pb.AppInfo.APPNAME+".Exit()") + fmt.Println("argv.Exit() watchdog: stalled in", PB.AppInfo.APPNAME+".Exit()") // h.Scan() } } @@ -111,7 +111,7 @@ func Defer(dur time.Duration, f func()) { return case t := <-dog.C: _ = t - fmt.Println("argv.Exit() watchdog: stalled in", me.pb.AppInfo.APPNAME+".Exit()") + fmt.Println("argv.Exit() watchdog: stalled in", PB.AppInfo.APPNAME+".Exit()") // h.Scan() } } |
