0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00

[ci] format

This commit is contained in:
Emanuele Stoppa 2024-08-20 06:46:46 +00:00 committed by astrobot-houston
parent 86a33915ff
commit b5584248b1

View file

@ -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) {