Skip to content

Commit 6d45e0b

Browse files
committed
chore: update warn
1 parent 576a293 commit 6d45e0b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/utils/vue-dts.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ export async function getVueDeclarations(
2929
.then((r) => r.default || r)
3030
.catch(() => undefined);
3131
if (!vueTsc) {
32-
console.warn("Please install `vue-tsc` to generate Vue SFC declarations");
32+
console.warn(
33+
"[mkdist] Please install `vue-tsc` to generate Vue SFC declarations.",
34+
);
3335
return;
3436
}
3537

0 commit comments

Comments
 (0)