We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dac27a6 commit a6cb7c6Copy full SHA for a6cb7c6
1 file changed
packages/plugin-friendly-error/src/index.ts
@@ -14,6 +14,7 @@ export const friendlyErrorPlugin = ({
14
definePlugin({
15
setup: (cli) =>
16
cli.errorHandler((err: any) => {
17
+ console.log(113_213_123_131);
18
target(err.message);
19
process.exit(1);
20
}),
0 commit comments