mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Print clang-tidy job exception (flutter/engine#33756)
This commit is contained in:
parent
4e896cb6e0
commit
95ae958bbd
@ -229,6 +229,10 @@ class ClangTidy {
|
||||
}
|
||||
_errSink.writeln('❌ Failures for ${job.name}:');
|
||||
_errSink.writeln(job.result.stdout);
|
||||
final Exception? exception = job.exception;
|
||||
if (exception != null) {
|
||||
_errSink.writeln(exception);
|
||||
}
|
||||
result = 1;
|
||||
}
|
||||
return result;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user