mirror of
https://github.com/akyaiy/GoSally-mvp.git
synced 2026-01-05 07:12:25 +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 {
|
if a.fallback != nil {
|
||||||
a.fallback(ctx, a.Corestate, a.AppX)
|
a.fallback(ctx, a.Corestate, a.AppX)
|
||||||
}
|
}
|
||||||
os.Exit(3)
|
os.Exit(0)
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user