mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 09:16:38 +00:00
Report Unhandled promise rejection
as debug for now (#17831)
This commit is contained in:
parent
d6e7ebe71d
commit
76c878df57
@ -62,6 +62,7 @@ export const loggingMixin = <T extends Constructor<HassBaseEl>>(
|
|||||||
ev.reason,
|
ev.reason,
|
||||||
"Unhandled promise rejection"
|
"Unhandled promise rejection"
|
||||||
),
|
),
|
||||||
|
level: "debug",
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user