We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01e1fe2 commit e446671Copy full SHA for e446671
code/format-code.js
@@ -21,6 +21,7 @@ function visitor(node) {
21
'[remark-clang-format] stderr: ',
22
child.stderr.toString(),
23
);
24
+ break;
25
}
26
if (!child.stdout) {
27
console.warn('[remark-clang-format] empty stdout');
@@ -40,6 +41,7 @@ function visitor(node) {
40
41
});
42
if (child.stderr && child.stderr.length > 0) {
43
console.warn('[remark-ruff] stderr: ', child.stderr.toString());
44
45
46
47
console.warn('[remark-ruff] empty stdout');
0 commit comments