[ci] yarn format
This commit is contained in:
parent
d771dad669
commit
6ac2568ae3
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ ${stack}
|
|||
scanPromises.push(
|
||||
astroRuntime.load(url).then((result: LoadResult) => {
|
||||
if (result.statusCode === 404) {
|
||||
if (url.startsWith('/_astro/')) {
|
||||
if (url.startsWith('/_astro/')) {
|
||||
throw new Error(`${buildState[id].srcPath.href}: could not find file "${url}".`);
|
||||
}
|
||||
warn(logging, 'build', `${buildState[id].srcPath.href}: could not find file "${url}". Marked as external.`);
|
||||
|
|
Loading…
Reference in a new issue