Skip to content

Commit f6bee02

Browse files
Update src/vale-runner.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 0b9aaa9 commit f6bee02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vale-runner.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ export async function checkText(
343343
configPath?: string
344344
): Promise<CheckFileResult> {
345345
// Build Vale command - just pass text via stdin
346-
let command = `vale --output=JSON`;
346+
let command = `vale --output=JSON --stdin`;
347347

348348
if (configPath) {
349349
command += ` --config="${configPath}"`;

0 commit comments

Comments
 (0)