Skip to content

Commit a48929d

Browse files
committed
fix
1 parent d5ba75e commit a48929d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ async function lintFileContent(fileContent: string, formatter: Formatter | undef
201201
stdinStream.pipe(process.stdin);
202202
process.stderr?.pipe(stderr);
203203
process.on("error", (err) => {
204-
console.error(`Error running formatter process: ${err.message}`);
204+
//console.error(`Error running formatter process: ${err.message}`);
205205
});
206206

207207
let formattedContent = "";

0 commit comments

Comments
 (0)