mirror of
https://github.com/home-assistant/frontend.git
synced 2026-02-15 07:25:54 +00:00
Report Unhandled promise rejection as debug for now (#17831)
This commit is contained in:
@@ -62,6 +62,7 @@ export const loggingMixin = <T extends Constructor<HassBaseEl>>(
|
||||
ev.reason,
|
||||
"Unhandled promise rejection"
|
||||
),
|
||||
level: "debug",
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user