Improve code coverage for cli package (#13724)

This commit is contained in:
Megha Bansal
2025-11-24 23:11:46 +05:30
committed by GitHub
parent 6cbff72664
commit 16ec067312
47 changed files with 5115 additions and 489 deletions
+1
View File
@@ -36,6 +36,7 @@ export async function readStdin(): Promise<string> {
`Warning: stdin input truncated to ${MAX_STDIN_SIZE} bytes.`,
);
process.stdin.destroy(); // Stop reading further
onEnd();
break;
}
data += chunk;