diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2022-08-25 00:19:44 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-08-25 23:15:08 -0400 |
| commit | 7859d54abe14150696ad651e56e87b8a5a93e9a5 (patch) | |
| tree | df4a66ac63b91dad9f8ea5d93baac60951fd1e8e | |
| parent | 1b06e2628eb9e2d8fffc765899a9f59fb7a0fff6 (diff) | |
catch weird exception from UpdateEngine API
| -rw-r--r-- | static/releases.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html index 9b42aa00..f8a279a0 100644 --- a/static/releases.html +++ b/static/releases.html @@ -581,6 +581,7 @@ <p>Changes since the 2022082400 release:</p> <ul> + <li>System Updater: catch ServiceSpecificException thrown by UpdateEngine.applyPayload(...) in some cases to properly report the error via a notification</li> </ul> </article> --> |
