mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
fix: add description to error
This commit is contained in:
parent
de75fc6d6b
commit
4803ef839d
1 changed files with 2 additions and 0 deletions
|
@ -1159,6 +1159,8 @@ export const i18nNotEnabled = {
|
|||
/**
|
||||
* @docs
|
||||
* @description
|
||||
*
|
||||
* Invalid options have been passed to the integration.
|
||||
*/
|
||||
export const AstroIntegrationInvalidOptions = {
|
||||
name: 'AstroIntegrationInvalidOptions',
|
||||
|
|
Loading…
Reference in a new issue