1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-25 22:46:31 -04:00

Improved UI error messages (stack trace and version)

This commit is contained in:
Mark McDowall
2023-02-16 16:45:09 -08:00
parent 57a64b056a
commit 37c355da51
7 changed files with 130 additions and 60 deletions
@@ -6,6 +6,7 @@ interface CssExports {
'image': string;
'imageContainer': string;
'message': string;
'version': string;
}
export const cssExports: CssExports;
export default cssExports;