Skip to content

Commit

Permalink
chore: fix format (vitejs#11311)
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red authored and futurGH committed Feb 26, 2023
1 parent 6ea8f56 commit 984430d
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 984430d

Please sign in to comment.