mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
[ci] format
This commit is contained in:
parent
86a33915ff
commit
b5584248b1
1 changed files with 4 additions and 1 deletions
|
@ -124,7 +124,10 @@ function validateSupportKind(
|
|||
}
|
||||
|
||||
function featureIsUnsupported(adapterName: string, logger: Logger, featureName: string) {
|
||||
logger.error('config', `The adapter ${adapterName} doesn't currently support the feature "${featureName}".`);
|
||||
logger.error(
|
||||
'config',
|
||||
`The adapter ${adapterName} doesn't currently support the feature "${featureName}".`,
|
||||
);
|
||||
}
|
||||
|
||||
function featureIsExperimental(adapterName: string, logger: Logger, featureName: string) {
|
||||
|
|
Loading…
Reference in a new issue