mirror of
https://github.com/withastro/astro.git
synced 2025-01-20 22:12:38 -05:00
[ci] yarn format
This commit is contained in:
parent
5208c88aeb
commit
b7e8b5dff3
1 changed files with 9 additions and 5 deletions
|
@ -47,11 +47,15 @@ export function createResult(args: CreateResultArgs): SSRResult {
|
||||||
<style global>
|
<style global>
|
||||||
@import "${path}";
|
@import "${path}";
|
||||||
</style>
|
</style>
|
||||||
`
|
`;
|
||||||
}
|
}
|
||||||
|
|
||||||
warn(args.logging, `deprecation`, `${bold('Astro.resolve()')} is deprecated. We see that you are trying to resolve ${path}.
|
warn(
|
||||||
${extra}`);
|
args.logging,
|
||||||
|
`deprecation`,
|
||||||
|
`${bold('Astro.resolve()')} is deprecated. We see that you are trying to resolve ${path}.
|
||||||
|
${extra}`
|
||||||
|
);
|
||||||
// Intentionally return an empty string so that it is not relied upon.
|
// Intentionally return an empty string so that it is not relied upon.
|
||||||
return '';
|
return '';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue