无效的通配符模式。
InvalidGlob:无效的通配符模式:
GLOB_PATTERN
。Glob 模式必须以 ’./’、‘../’ 或 ’/’ 开头。¥InvalidGlob: Invalid glob pattern:
GLOB_PATTERN
. Glob patterns must start with ’./’, ‘../’ or ’/‘.
什么地方出了错?
Section titled 什么地方出了错?¥What went wrong?
Astro 遇到无效的通配符模式。这通常是由于 glob 模式不是有效的文件路径引起的。
¥Astro encountered an invalid glob pattern. This is often caused by the glob pattern not being a valid file path.
也可以看看:
¥See Also:
Error Reference