Skip to content

Commit

Permalink
chore: fix format (#11311)
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red committed Dec 11, 2022
1 parent 0a1db8c commit 9c2b1c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite/src/node/preview.ts
Expand Up @@ -87,7 +87,7 @@ export async function preview(
const distDir = path.resolve(config.root, config.build.outDir)
if (!fs.existsSync(distDir)) {
throw new Error(
`"${config.build.outDir}" does not exist. Did you build your project?`
`"${config.build.outDir}" does not exist. Did you build your project?`,
)
}

Expand Down

0 comments on commit 9c2b1c0

Please sign in to comment.