Skip to content

Commit

Permalink
chore: update warn
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jan 21, 2024
1 parent 576a293 commit 6d45e0b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/utils/vue-dts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ export async function getVueDeclarations(
.then((r) => r.default || r)
.catch(() => undefined);
if (!vueTsc) {
console.warn("Please install `vue-tsc` to generate Vue SFC declarations");
console.warn(
"[mkdist] Please install `vue-tsc` to generate Vue SFC declarations.",
);
return;
}

Expand Down

0 comments on commit 6d45e0b

Please sign in to comment.