[ci] format
This commit is contained in:
parent
f36c4295be
commit
4f2bf2156f
1 changed files with 3 additions and 1 deletions
|
@ -56,7 +56,9 @@ export function createGetCollection({
|
|||
type = 'data';
|
||||
} else {
|
||||
// eslint-disable-next-line no-console
|
||||
console.warn(`The collection **${collection}** does not exist or is empty. Ensure a collection directory with this name exists.`);
|
||||
console.warn(
|
||||
`The collection **${collection}** does not exist or is empty. Ensure a collection directory with this name exists.`
|
||||
);
|
||||
return;
|
||||
}
|
||||
const lazyImports = Object.values(
|
||||
|
|
Loading…
Reference in a new issue