Skip to content

Commit 6814d13

Browse files
committed
fix: correct indentation in error message for snap-test
1 parent 7071bd4 commit 6814d13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/tools/src/snap-test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ function assertGlobalCliBinaryMatchesCheckout(binDir: string, casesDir: string):
196196
if (shouldCheckMtime && fs.statSync(builtBinary).mtimeMs + 1000 < newestSourceMtime) {
197197
throw new Error(
198198
`Built Vite+ global CLI binary is older than the current checkout: ${builtBinary}\n` +
199-
'Run `cargo build -p vite_global_cli --release` before snap-test-global.',
199+
'Run `cargo build -p vite_global_cli --release` before snap-test-global.',
200200
);
201201
}
202202

0 commit comments

Comments
 (0)