diff options
author | 2021-09-14 23:49:37 +0000 | |
---|---|---|
committer | 2021-09-14 23:49:37 +0000 | |
commit | 6ac2568ae37d216352fb7e3cfacf182170241074 (patch) | |
tree | 5aeebfecffe2cd88dbefa6495ef5f7594e28f816 | |
parent | d771dad66990f6436472b6ed185261da45be13f0 (diff) | |
download | astro-6ac2568ae37d216352fb7e3cfacf182170241074.tar.gz astro-6ac2568ae37d216352fb7e3cfacf182170241074.tar.zst astro-6ac2568ae37d216352fb7e3cfacf182170241074.zip |
[ci] yarn format
Diffstat (limited to '')
-rw-r--r-- | packages/astro/src/build.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/src/build.ts b/packages/astro/src/build.ts index 142e985df..5f68ef21e 100644 --- a/packages/astro/src/build.ts +++ b/packages/astro/src/build.ts @@ -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.`); |