fix(updater): Propagate request error (#2439)

This commit is contained in:
Fabian-Lars
2025-02-20 11:47:37 +01:00
committed by GitHub
parent 9229f991fe
commit 6f881293fc
2 changed files with 25 additions and 16 deletions
+6
View File
@@ -0,0 +1,6 @@
---
updater: patch
updater-js: patch
---
Fixed an issue that caused the plugin to emit a `ReleaseNotFound` error instead of a `Reqwest` error when the http request in `check()` failed.