We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5651d8 commit bc602d4Copy full SHA for bc602d4
1 file changed
src/command.ts
@@ -121,6 +121,7 @@ export default async (
121
if (error instanceof Error) {
122
compiler.getInfrastructureLogger('CLI').error(error.message);
123
}
124
+ logger(error?.toString());
125
process.exit(1);
126
process.chdir(cwd);
127
0 commit comments