Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions src/content/docs/es/reference/errors/astro-glob-no-match.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: Astro.glob() no ha encontrado ningún archivo.
i18nReady: true
githubURL: https://github.com/withastro/astro/blob/main/packages/astro/src/core/errors/errors-data.ts
---

:::caution[Obsoleto]
Este error se eliminó en Astro v6.0.0 junto con la eliminación de `Astro.glob()`.
:::

> **AstroGlobNoMatch**: `Astro.glob(GLOB_STR)` no devolvió ningún archivo que coincida.

## ¿Qué salió mal?
`Astro.glob()` no ha devuelto ningún archivo que coincida. Es posible que haya un error tipográfico en el patrón glob.
Loading