mirror of
https://github.com/withastro/astro.git
synced 2025-02-17 22:44:24 -05:00
[ci] format
This commit is contained in:
parent
71273edbb4
commit
d851387a2d
2 changed files with 28 additions and 25 deletions
|
@ -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 () => {
|
||||
|
|
Loading…
Add table
Reference in a new issue