Skip to content

Commit a6cb7c6

Browse files
committed
debug
1 parent dac27a6 commit a6cb7c6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • packages/plugin-friendly-error/src

packages/plugin-friendly-error/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ export const friendlyErrorPlugin = ({
1414
definePlugin({
1515
setup: (cli) =>
1616
cli.errorHandler((err: any) => {
17+
console.log(113_213_123_131);
1718
target(err.message);
1819
process.exit(1);
1920
}),

0 commit comments

Comments
 (0)