Skip to content

Commit

Permalink
feat(cli): print dts generate error
Browse files Browse the repository at this point in the history
  • Loading branch information
kagawagao committed May 22, 2024
1 parent edae674 commit 8dc7d05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/cli/src/commands/dts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ program
}),
);
} catch (error) {
signale.warn(`${namespace} generate failed`);
console.error(error);
// signale.warn(`${namespace} generate failed`);
}
console.log();
signale.complete(chalk.greenBright('generate dts complete'));
Expand Down

0 comments on commit 8dc7d05

Please sign in to comment.