diff options
| author | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-02-03 21:07:47 -0500 |
|---|---|---|
| committer | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-02-03 21:07:47 -0500 |
| commit | c269469576e454a1c636b1e3ceff4f5a8b44ebd0 (patch) | |
| tree | 39a5a0988642bc957e6cb6659209dbeeb07839c3 /main.py | |
| parent | 96c76b19abaea42044ac33436cc70e0bc586fd84 (diff) | |
| download | Decky-Framegen-c269469576e454a1c636b1e3ceff4f5a8b44ebd0.tar.gz Decky-Framegen-c269469576e454a1c636b1e3ceff4f5a8b44ebd0.zip | |
bump ver, add debug library list from mainv0.7.1-trunk
Diffstat (limited to 'main.py')
| -rw-r--r-- | main.py | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -141,4 +141,8 @@ class Plugin: return {"status": "success", "games": filtered_games} except Exception as e: + decky.logger.error(str(e)) return {"status": "error", "message": str(e)} + + async def log_error(self, error: str) -> None: + decky.logger.error(f"FRONTEND: {error}") |
