mirror of
https://github.com/akyaiy/GoSally-mvp.git
synced 2026-01-03 04:32:24 +00:00
change fallback os exit to 0
This commit is contained in:
@@ -90,6 +90,6 @@ func (a *App) CallFallback(ctx context.Context) {
|
||||
if a.fallback != nil {
|
||||
a.fallback(ctx, a.Corestate, a.AppX)
|
||||
}
|
||||
os.Exit(3)
|
||||
os.Exit(0)
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user