mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
Re-throw original exception in Linux notification's StartServiceAsync
This commit is contained in:
parent
ac520b314d
commit
2878533078
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ void StartServiceAsync(Fn<void()> callback) {
|
|||
if (!ranges::contains(
|
||||
NotSupportedErrors,
|
||||
errorName)) {
|
||||
throw e;
|
||||
throw;
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue