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 458d895 commit 12c548bCopy full SHA for 12c548b
1 file changed
tools/clang-format.js
@@ -21,8 +21,8 @@ function main(args) {
21
...filesToCheck
22
], { encoding: 'utf-8' });
23
24
- if (result.error) {
25
- console.error('Error running git-clang-format:', result.error);
+ if (result.stderr) {
+ console.error('Error running git-clang-format:', result.stderr);
26
return 2;
27
}
28
0 commit comments