make frontend -> backend errors actually work

This commit is contained in:
Party Wumpus
2024-02-22 16:38:50 +00:00
parent a449181802
commit 89a4a69f6d
4 changed files with 40 additions and 14 deletions
+1
View File
@@ -282,3 +282,4 @@ class Updater:
await self.download_decky_binary(down_link, f'PR-{pr_id}' , True)
else:
logger.error("workflow run not found", str(works))
raise Exception("Workflow run not found.")