mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-11 03:51:07 +00:00
Bump typescript, lint, prettier (#10108)
This commit is contained in:
@@ -453,7 +453,7 @@ export class HatScriptGraph extends LitElement {
|
||||
</mwc-icon-button>
|
||||
</div>
|
||||
`;
|
||||
} catch (err) {
|
||||
} catch (err: any) {
|
||||
if (__DEV__) {
|
||||
// eslint-disable-next-line no-console
|
||||
console.log("Error creating script graph:", err);
|
||||
|
||||
Reference in New Issue
Block a user