Skip to content

Commit ac00c64

Browse files
ematipicoastrobot-houston
authored andcommitted
[ci] format
1 parent 524c855 commit ac00c64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/astro/src/core/server-islands/vite-plugin-server-islands.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export function vitePluginServerIslands({ settings, logger }: AstroPluginOptions
4040
if (!settings.adapter) {
4141
logger.error(
4242
'islands',
43-
"You tried to render a server island without an adapter added to your project. An adapter is required to use the `server:defer` attribute on any component. Your project will fail to build unless you add an adapter or remove the attribute.",
43+
'You tried to render a server island without an adapter added to your project. An adapter is required to use the `server:defer` attribute on any component. Your project will fail to build unless you add an adapter or remove the attribute.',
4444
);
4545
}
4646

0 commit comments

Comments
 (0)