mirror of
https://github.com/withastro/astro.git
synced 2025-01-27 22:19:04 -05:00
[ci] format
This commit is contained in:
parent
bebf38c0cb
commit
63b3cd19ee
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ function featureIsExperimental(adapterName: string, logger: Logger, featureName:
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
function featureIsDeprecated(adapterName: string , logger: Logger, featureName: string,) {
|
function featureIsDeprecated(adapterName: string, logger: Logger, featureName: string) {
|
||||||
logger.warn(
|
logger.warn(
|
||||||
'config',
|
'config',
|
||||||
`The feature "${featureName}" is deprecated and will be removed in the future (used by ${adapterName}).`
|
`The feature "${featureName}" is deprecated and will be removed in the future (used by ${adapterName}).`
|
||||||
|
|
Loading…
Add table
Reference in a new issue