0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-02-17 22:44:24 -05:00

[ci] format

This commit is contained in:
Arsh 2024-02-13 17:29:30 +00:00 committed by astrobot-houston
parent 71273edbb4
commit d851387a2d
2 changed files with 28 additions and 25 deletions

View file

@ -122,9 +122,12 @@ declare const Astro: {
},
opts,
this
)
);
} catch (e) {
console.error(`[astro-island] Error hydrating ${this.getAttribute('component-url')}`, e);
console.error(
`[astro-island] Error hydrating ${this.getAttribute('component-url')}`,
e
);
}
}
hydrate = async () => {