GODT-1490: Update go sentry and openpgp

This commit is contained in:
Jakub
2022-01-07 13:21:17 +01:00
parent 22f427d522
commit e9c05c5a6b
6 changed files with 46 additions and 20 deletions

View File

@ -33,6 +33,7 @@ func (b *Base) restartApp(crash bool) error {
if crash {
args = incrementRestartFlag(os.Args)[1:]
defer func() { os.Exit(1) }()
} else {
args = os.Args[1:]
}