Skip to content

Commit 9c2b1c0

Browse files
authoredDec 11, 2022
chore: fix format (#11311)
1 parent 0a1db8c commit 9c2b1c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/vite/src/node/preview.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export async function preview(
8787
const distDir = path.resolve(config.root, config.build.outDir)
8888
if (!fs.existsSync(distDir)) {
8989
throw new Error(
90-
`"${config.build.outDir}" does not exist. Did you build your project?`
90+
`"${config.build.outDir}" does not exist. Did you build your project?`,
9191
)
9292
}
9393

0 commit comments

Comments
 (0)
Please sign in to comment.