diff options
| author | Jeff Carr <[email protected]> | 2025-10-12 05:41:24 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-12 05:41:24 -0500 |
| commit | 59e4000ddefa5613488d551b6e1e9ac630c36bc0 (patch) | |
| tree | 9f7ad3e5e5f892d70849bdabc22493ee264bef8a /exit.go | |
| parent | 18deac74c8ff942abf7252bc5ad6e73c05e72622 (diff) | |
minor
Diffstat (limited to 'exit.go')
| -rw-r--r-- | exit.go | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -13,13 +13,9 @@ import ( // forge properly before exiting back to the shell // hopefully will allow the GUI plugins to unload properly func (args) Exit() { - forgeShutdown() -} - -func forgeShutdown() { gui.UnloadToolkits() resetTerminalTitle() - log.Info("exit got to forgeShutdown()") + log.Info("argv.Exit() got to forge.Exit()") // me.forge.SetConfigSave(configSave) if err := me.forge.Close(); err != nil { log.Info("ABNORMAL END", err) |
