mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +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(
|
if (!ranges::contains(
|
||||||
NotSupportedErrors,
|
NotSupportedErrors,
|
||||||
errorName)) {
|
errorName)) {
|
||||||
throw e;
|
throw;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue